generator-npm-donejs
v0.9.6
Published
A Yeoman DoneJS generator for the NPM application
Downloads
3
Readme
generator-donejs
A Yeoman DoneJS generator for the NPM application. Available generators are:
component
to create a CanJS componentsupermodel
to create a can-connect connectionmodule
to generate a general purpose modlet
Using generators
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