This library is part of the Aurelia platform and contains its CLI implementation. To keep up to date on Aurelia, please visit and subscribe to the official blog and our email list. We also invite you to follow us on twitter. If you have questions look around our Discourse forums, chat in our community on Gitter or use stack overflow. Documentation can be found in our developer hub. If you would like to have deeper insight into our development process, please install the ZenHub Chrome or Firefox Extension and visit any of our repository's boards.
You can read documentation on the cli here. If you would like to help improve this documentation, the source for the above can be found in the doc folder within the framework repository.
git clone https://github.com/aurelia/cli.git
cd cli
npm install
npm link
npm install git+https://git@github.com/gulpjs/gulp.git#4.0
npm install babel-polyfill babel-register typescript
au new
or use an existing project. The linked CLI will be used to create the project.npm link aurelia-cli
. The linked CLI will then be used for au
commands such as au run
Run npm test
to run the unit tests