@snek/js
v1.0.4
Published
The dead simple and extremely fast cli tool for javasript
Downloads
3
Readme
js
The dead simple and extremely fast cli tool for javasript
Usage
- evaluate input
js 1 + 1➟2js Math.random()➟4(chosen by fair dice roll, guarenteed to be random)
- all the pipes
cat weather.json | js stdin.temperature➟21ccurl httpbin.org/get -s | js stdin.origin | toilet -t | lolcat -ti
