grunt-init-plugin
v0.1.2
Published
Grunt plugin to generate grunt init templates
Downloads
7
Readme
This project is no longer supported, please consider using Yeoman
Tell me, if you see any reason to continue with this project, thanks!
Grunt init template generator.
Boilerplate to generate grunt init plugins that will generate grunt projects.
This work is based in Backbone Boilerplate framework tool from Tim Branyen
Getting Started
Install this Grunt plugin with:
$ npm install -g grunt-init-plugin
Create a new grunt init template
In an empty dir /my_grunt_init_plugin run
$ grunt-init-plugin init
Answer some questions
To run in development environment
Add files to template root folder
$ /tasks/init/[plugin-name]/root
In your plugin folder /my_grunt_init_plugin run
$ npm install -g
In an empty dir /test_my_grunt_init_plugin run
$ [plugin-name] init
Need Help?
Open an issue or contact me
Release History
2012/09/13 - v0.1.1 - Added globalstrict: true int grunt.js template file. Getting Started updated
2012/09/13 - v0.1.0 - Initial release
License
Copyright (c) 2012 Rodrigo Valerio @rsvalerio Licensed under the MIT license.