Skip to content

Javascript for a makeshift terminal which is added to specified div in an html file.

Notifications You must be signed in to change notification settings

farazoman/terminal_webapp

Repository files navigation

terminal_webapp

Webapp of a makeshift terminal which is used by adding a tag to a div in HTML, all commands are made through the html with tag.

Minimal setup is required, only customization via HTML, load method in html and an id to the div with the terminal. Also you must include the term.min.js file into your html from the dist directory, in addition for the moment, jquery will be required in addition to the term.min.js file.

To set up for development, npm is required just install npm then run: npm install Then to deploy it on your browser run gulp, which is installed with npm. run: gulp It will automatically refresh and update the test index.html file.

About

Javascript for a makeshift terminal which is added to specified div in an html file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published