Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 580 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 580 Bytes

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.