0.1.1 • Published 11 years ago

grunt-init-mootools v0.1.1

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

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

  1. Install this Grunt plugin with:

    $ npm install -g grunt-init-mootools
  2. Create a new grunt MooTools plugin stub in an empty directory

    $ grunt-init-mootools init
  3. Answer some questions.

  4. 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.yml

Now just add code, specs and API docs into the prepared template files

License

Copyright (c) 2012 Korney Czukowski Licensed under the MIT license.