0.9.6 • Published 7 years ago

generator-npm-donejs v0.9.6

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

generator-donejs

A Yeoman DoneJS generator for the NPM application. Available generators are:

  • component to create a CanJS component
  • supermodel to create a can-connect connection
  • module 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 component
  • donejs add supermodel to create a can-connect connection
  • donejs add module to generate a general purpose modlet