8000 GitHub - holepunchto/bare-tty: Native TTY streams for JavaScript
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

holepunchto/bare-tty

Repository files navigation

bare-tty

Native TTY streams for JavaScript.

npm i bare-tty

Usage

const tty = require('bare-tty')

const stdout = new tty.WriteStream(1)

stdout.write('Hello world!\n')

License

Apache-2.0

About

Native TTY streams for JavaScript

Resources

License

Stars

Watchers

Forks

Contributors 5

0