0.1.2 • Published 12 years ago
grunt-init-plugin v0.1.2
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-pluginCreate a new grunt init template
In an empty dir /my_grunt_init_plugin run
$ grunt-init-plugin initAnswer some questions
To run in development environment
Add files to template root folder
$ /tasks/init/[plugin-name]/rootIn your plugin folder /my_grunt_init_plugin run
$ npm install -gIn an empty dir /test_my_grunt_init_plugin run
$ [plugin-name] initNeed 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.