0.0.0-pre.2 • Published 7 years ago

donejs-canjs v0.0.0-pre.2

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

donejs-canjs

A Generator that generates steal canjs loader config

Build Status npm version

A generator to quickly add StealJS Slim Loader to your DoneJS project.

Using the generator

To add this generator to your DoneJS application run

donejs add canjs

This generator could potentially overwrite files in an existing application. It is meant to be used immediately after generating a new DoneJS application.

The following packages will be added to your project from npm:

  • ???

Developing

To make changes to this generator clone the repository and install the dependencies

git clone git@github.com:donejs/donejs-canjs.git
cd donejs-canjs
npm install

Then you can run the tests with

npm test