Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 815 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 815 Bytes

jqTerminal

A Unix-like terminal, written in Javascript.

Try it out!

You can try a demo of the console here .

License

JqTerminal is under the 2-Clause BSD License (also known as The FreeBSD License). A copy of this license can be found at the OSI Website: http://opensource.org/licenses/BSD-2-Clause .

Directories

  • jQTerminal: the application code itself.
  • docs: contains documentation and examples of use.
  • contrib: external libraries (contributed code).

Code Conventions

  • Tabs should not be used.
  • Indentation must use 2 spaces.
  • The curly braces at the start and end of functions must go on their own line. Exceptions are cases when doing this results in a javascript error.