snake-pipe-node
![npm](https://img.shields.io/npm/v/snakepipe?color=blue)
A partial node implementation of my rust cli topheman/snake-pipe-rust.
Prerequisites
Install
npm install -g snakepipe
Optional: Install the rust version - it will let you pipe original commands
cargo install snakepipe
Usage
This is a partial implementation, for all the commands, see the rust implementation.
📎 Validate incomming stream
snakepipe gamestate|snakepipe-node validate
snakepipe gamestate|snakepipe-node validate|snakepipe render
Usage as a library
npm install snakepipe
See example of usage on topheman/snake-pipe-rust.
Known bugs
- tty issue when piping from
snakepipe gamestate
#1