cash-global
v0.2.0
Published
Cross platform Linux-style commands.
Downloads
10
Maintainers
Readme
Cash (Global Installer)
This module installs all compatible Cash commands globally in your system path.
i-am-sadly-windows> ls
'ls' is not recognized as an internal or external command,
operable program or batch file.
i-am-sadly-windows> npm install cash-global -g
i-am-sadly-windows> ls
look.txt it.bat worked.js exclam.exe
i-am-sadly-windows>
Yeah, that's pretty cool.
Installation
npm install cash-global -g
Windows
During install, cash-global
will inspect your system for existing commands and only install those that do not conflict with a command already in your system path.
In other words, you're safe!
Mac / Linux
Running this installation on a Mac or Linux OS will intentionally do nothing, as such an installation would override existing commands in the system path, and would be... pointless.
Uninstallation
npm uninstall cash-global -g
Notes
A few caveats should be known about installing Cash this way:
Unix-based piping isn't going to work as expected, as Windows doesn't recognize this.
Similarly, you aren't going to get that epic tabbed-autocompletion.
To get the full Cash experience, use npm install cash -g
and enter cash
.
License
MIT
Made with :heart: by dthree