0.1.4 • Published 2 months ago

snakepipe v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

snake-pipe-node

npm

A partial node implementation of my rust cli topheman/snake-pipe-rust.

Prerequisites

  • Node

Install

npm install -g snakepipe # will install snakepipe-node

Optional: Install the rust version - it will let you pipe original commands

cargo install snakepipe # will install snakepipe

Usage

This is a partial implementation, for all the commands, see the rust implementation.

📎 Validate incomming stream

# Without piping to render
snakepipe gamestate|snakepipe-node validate

# Piping to render
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
0.1.4

2 months ago

0.1.3

2 months ago

0.1.2

2 months ago

0.1.1

2 months ago

0.1.0

2 months ago