grunt-mkdir : Create directories with Grunt.. You can installing grunt-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 grunt-mkdir $ sudo npm install -g grunt-mkdir
If want to update the grunt-mkdir package execute the command as below,
$ sudo npm update grunt-mkdir
Update package globally,
$ npm install -g grunt-mkdir
$ sudo git clone https://github.com/rektide/grunt-mkdir.git
$ sudo npm install -g ./grunt-mkdir
grunt-mkdir@1.0.0 /usr/lib/node_modules/grunt-mkdir
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-mkdir
Package Name | grunt-mkdir |
Version | 1.0.0 |
Description | Create directories with Grunt. |
Released Date | 2016-02-22T09:13:07.966Z |
Published by | rubenv |
How to Learn | https://www.npmjs.com/package/grunt-mkdir/tutorial |