cash-mkdir
v0.2.0
Published
Cross-platform implementation of the Unix 'mkdir' command.
Downloads
1,129
Maintainers
Readme
cash-mkdir
This is a cross-platform, 100% ES6 implementation of the Unix mkdir
command.
npm install cash-mkdir -g
This will install mkdir
globally in your system path.
For help on the command, type:
> mkdir --help
More
This module is part of Cash, a project providing cross-platform implementations of all major Unix-based commands in pure Javascript.
Related
- cash - Main project
- cash-global - Globally install all commands
- vorpal - Cash is built on Vorpal
Individual commands
- cash-cat
- cash-cp
- cash-false
- cash-kill
- cash-ls
- cash-mkdir
- cash-mv
- cash-pwd
- cash-sort
- cash-touch
- cash-true
- cash-rm
License
MIT © David Caccavella