Skip to content

rishaandesai/terminal.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminal.js

Terminal.js is a lightweight, easy to use terminal interface for the web. (Note: This does not actually run Javascript code) Currently, terminal.js has only been tested on HTML, but I may add support for other platforms in the future.

Installation

Import either (dark.css and darkextra.css) or (light.css and lightextra.css) into your page. Also import terminal.js.

Usage

Create a new terminal by using the following tag:

<terminal-js></terminal-js>

Editing Commands

To edit a command, add, remove or modify the COMMANDS array in terminal.js.