A Yeoman DoneJS generator for the NPM application
npm install generator-npm-donejs- component to create a CanJS component
- supermodel to create a can-connect connection
- module to generate a general purpose modlet
__Important:__ While this repository is a Yeoman generator it should only be used directly with the DoneJS cli instead of the yo command line.
With the CLI installed via
```
npm install donejs -g
Within a DoneJS application or plugin:
- donejs add component to create a CanJS componentdonejs add supermodel
- to create a can-connect connectiondonejs add module` to generate a general purpose modlet
-