UNPKG
bare-tty
Version:
latest (5.0.2)
5.0.2
5.0.1
5.0.0
4.0.2
4.0.1
4.0.0
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.1
3.3.0
3.2.4
3.2.3
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.7
1.0.6
1.0.5
1.0.4
Native TTY streams for JavaScript
github.com/holepunchto/bare-tty
holepunchto/bare-tty
bare-tty
/
README.md
22 lines
(13 loc)
•
219 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# bare-tty
Native TTY streams
for
JavaScript. ``` npm i bare-tty ```
## Usage
```js const tty = require('bare-tty') const stdout = new tty.WriteStream(1) stdout.write('Hello world!\n') ```
## License
Apache
-
2.0