<h1 align="center" <img width="284" src="http://i.imgur.com/tKrIdAI.jpg" alt="Cash" <!--<img width="256" src="http://i.imgur.com/oIN1WsM.jpg" alt="Cash"-- </h1
Cross-platform Linux commands in pure ES6
Cash is a cross-platform implementation of Unix shell commands written in straight ES6. No native compiling and no external dependencies.
While young, Cash aims to offer an alternative Linux feel on Windows and to open the door to cross-platform bash scripting in a Javascript environment.
> npm install cash -g
> cash
$<p align="center" <img src="http://i.giphy.com/xT0BKNwUPFhFj2glry.gif" alt="Cash" / </p
Woah.
Yeah. But it gets better.
Let's mix some Windows & Unix commands together:
$ ipconfig | grep IPv4 | sort
IPv4 Address. . . . . . . . . . . : 10.10.40.50
IPv4 Address. . . . . . . . . . . : 192.168.100.11
$Learn more
But I don't want to type "cash"
No problem. Let's make all commands global on your system:
> npm install cash-global -g
> ls -lahLearn more
Nice, but I only want certain commands
You're covered!
> npm install cash-ls -g
> npm install cash-grep -g