grunt-init-mootools
v0.1.1
Published
Grunt plugin to generate Mootools plugin stub.
Downloads
12
Readme
MooTools plugin template
Boilerplate to generate MooTools plugins using Grunt.
This work is based on Grunt init template generator from Rodrigo Valerio and borrows a lot from Grunt's own init templates.
Getting Started
- Install this Grunt plugin with:
```bash
$ npm install -g grunt-init-mootools
```- Create a new grunt MooTools plugin stub in an empty directory
```bash
$ grunt-init-mootools init
```Answer some questions.
Now you have your new plugin stub ready. These files with the placeholder code have been created:
* Docs
* ProjectName.md
* Source
* ProjectName.js
* Specs
* ProjectName.js
* Tests.html
* grunt.js
* README.md
* LICENSE.md
* package.ymlNow just add code, specs and API docs into the prepared template files
License
Copyright (c) 2012 Korney Czukowski Licensed under the MIT license.
