https://github.com/stdavis/grunt-init-dojowidget
A grunt-init task for creating dojo widgets.
https://github.com/stdavis/grunt-init-dojowidget
Last synced: 6 months ago
JSON representation
A grunt-init task for creating dojo widgets.
- Host: GitHub
- URL: https://github.com/stdavis/grunt-init-dojowidget
- Owner: stdavis
- Created: 2013-02-26T22:24:37.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-03T15:14:48.000Z (about 12 years ago)
- Last Synced: 2025-01-12T14:09:48.736Z (over 1 year ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
grunt-init-dojowidget
==========================
[*NOTE*: This project has been superseded by the [generator-dojo-widget](https://github.com/stdavis/generator-dojo-widget) yeoman generator.]
A [grunt-init](http://gruntjs.com/project-scaffolding) template for creating a new dojo widget and associated [Jasmine](http://pivotal.github.com/jasmine/) test suite.
To install:
```
git clone https://github.com/stdavis/grunt-init-dojowidget.git ~/.grunt-init/dojowidget
```
To use:
```
grunt-init dojowidget
```
Note: All files are created in the `src/` directory. Works well with the [dojo-boilerplate](https://github.com/csnover/dojo-boilerplate) folder structure.