https://github.com/stdavis/grunt-init-dojoclass
A grunt-init task for creating dojo classes.
https://github.com/stdavis/grunt-init-dojoclass
Last synced: about 1 year ago
JSON representation
A grunt-init task for creating dojo classes.
- Host: GitHub
- URL: https://github.com/stdavis/grunt-init-dojoclass
- Owner: stdavis
- Created: 2013-04-15T20:27:49.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-03T15:15:59.000Z (about 12 years ago)
- Last Synced: 2025-01-12T14:09:45.442Z (over 1 year ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
grunt-dojowidget-init-task
==========================
[*NOTE*: This project has been superceded by the [generator-dojo-class](https://github.com/stdavis/generator-dojo-class) yeoman generator.]
A [Grunt](http://gruntjs.com/) init template for creating a new dojo widget and associated [Jasmine](http://pivotal.github.com/jasmine/) test suite.
To install put the `tasks` folder in `~/.grunt-init/`.
To use run `grunt-init:dojowidget`.
I would love someone to make this into a grunt plugin. I've tried but couldn't make it work.