grunt-init-init
v1.0.1
Published
Create a grunt template from any grunt template
Downloads
6
Readme
grunt-init-init
Create a grunt template from any grunt template
Getting Started
Install grunt-init-init
globally and call it from the shell
sudo npm install -g grunt-init-init
grunt-init-init
The init
template should be added to your grunt userDir (~/.grunt
for Linux or %USERPROFILE%
for Windows).
You can now call grunt init:init
and the init prompt will start.
Manual Install
Clone the repository, enter the directory, and run grunt
to install grunt-init-gruntplugin2
.
git clone git://github.com/twolfson/grunt-init-init.git
cd grunt-init-init
grunt
Documentation
grunt-init-init
reads in both from templates within your grunt userDir as well as the default grunt templates as well.
Further info about the init
task can be found within grunt documentation.
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint your code using grunt and test via npm test
.
License
Copyright (c) 2012 Todd Wolfson Licensed under the MIT license.