Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 316 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 316 Bytes

yterm

yterm is a web-based terminal emulator.

Usage

npm install
npm run build # build yterm module

Demo usage

npm run demo simple # start demo server
# open demo/demo.html now and you should be able to see a terminal screen

Tests and coverage

npm run test
npm run coverage