mkdir : Directory creation utilities. You can installing mkdir npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install mkdir $ sudo npm install -g mkdir
If want to update the mkdir package execute the command as below,
$ sudo npm update mkdir
Update package globally,
$ npm install -g mkdir
$ sudo git clone https://github.com/rektide/mkdir.git
$ sudo npm install -g ./mkdir
mkdir@0.0.2 /usr/lib/node_modules/mkdir
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mkdir
Package Name | mkdir |
Version | 0.0.2 |
Description | Directory creation utilities |
Released Date | 2012-04-17T01:16:04.658Z |
Published by | joehewitt |
How to Learn | https://www.npmjs.com/package/mkdir/tutorial |