node-terminal-tools
v1.0.7
Published
Tool for input/output for node.js terminals
Downloads
4
Readme
Description
Tools to make the node terminal easier to work with.
input tools
Adds a class that takes callbacks for raw input. After calling startListening, the stdin switchs to raw input.
output tools
This is a cache updating terminal output tool. It updates a row at a time and caches row changes to prevent rerendering.
Change log
v 1.0.0
First release, nothing changed. Besides the project spawning into existence.