
Termly.js is a pure JavaScript plugin used to generate a configurable, extendable bash terminal with custom commands & filesystem on your browser.
How to use it:
Import the minified version of the Termly.js plugin to your web project.
<script src='termly-prompt.min.js'></script>
Create a container for the Terminal:
<div id="container"> </div>
Render a default terminal into the container.
var shell = new TermlyPrompt('#container')Changelog:
09/20/2018
- Added history to shell, added history command, added arrow to navigate history from Prompt wrapper







