Cross-platform implementation of the Unix 'mkdir' command.
npm install cash-mkdir---
This is a cross-platform, 100% ES6 implementation of the Unix mkdir command.
``bash`
npm install cash-mkdir -g
This will install mkdir globally in your system path.
For help on the command, type:
`bash``
> mkdir --help
This module is part of Cash, a project providing cross-platform implementations of all major Unix-based commands in pure Javascript.
- 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
MIT © David Caccavella