0.9.12 • Published 7 years ago

generator-canjs v0.9.12

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

generator-canjs

Build Status npm version Coverage Status

Changelog

  • Moved in donejs binary
  • Moved in donejs-cli
  • Stripped out done-* dependencies for projects as this gets extra option to add that as this is only ssr related stuff.
  • Moved donejs-cli dependencies that was a cli parm befor into the generator

A Yeoman generator for your CanJS application. Available generators are:

  • app to create a new CanJS application
  • plugin to create a new CanJS plugin
  • generator to create a new CanJS generator project

  • component to create a CanJS component

  • supermodel to create a can-connect connection
  • module to generate a general purpose modlet

Using generators

The following commands are availbale. To initialize a new CanJS related project:

  • yo canjs init create a new CanJS application or add to existing.
  • yo canjs plugin [projectname] create a new CanJS plugin

Within a CanJS application or plugin:

  • yo canjs add component to create a CanJS component
  • yo canjs add supermodel to create a can-connect connection
  • yo canjs add module to generate a general purpose modlet

using other generators

  • yo canjs init --type generator [projectname] create a new generator project
0.9.12

7 years ago

0.9.11

7 years ago

0.9.10

7 years ago

0.9.9

7 years ago

0.9.8

7 years ago

0.9.7

7 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago