cash-mkdir
Version:
Cross-platform implementation of the Unix 'mkdir' command.
50 lines (32 loc) • 1.35 kB
Markdown
# 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
```
## More
This module is part of [Cash](https://github.com/dthree/cash), a project providing cross-platform implementations of all major Unix-based commands in pure Javascript.
## Related
- [cash](https://github.com/dthree/cash) - Main project
- [cash-global](https://npmjs.com/package/cash-global) - Globally install all commands
- [vorpal](https://github.com/dthree/vorpal) - Cash is built on Vorpal
#### Individual commands
- [cash-cat](https://npmjs.com/package/cash-cat)
- [cash-cp](https://npmjs.com/package/cash-cp)
- [cash-false](https://npmjs.com/package/cash-false)
- [cash-kill](https://npmjs.com/package/cash-kill)
- [cash-ls](https://npmjs.com/package/cash-ls)
- [cash-mkdir](https://npmjs.com/package/cash-mkdir)
- [cash-mv](https://npmjs.com/package/cash-mv)
- [cash-pwd](https://npmjs.com/package/cash-pwd)
- [cash-sort](https://npmjs.com/package/cash-sort)
- [cash-touch](https://npmjs.com/package/cash-touch)
- [cash-true](https://npmjs.com/package/cash-true)
- [cash-rm](https://npmjs.com/package/cash-rm)
## License
MIT © [David Caccavella](https://github.com/dthree)