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.
You can read documentation on the cli here. If you would like to help improve this documentation, visit aurelia/documentation.
Please see the contributing guidelines.
App skeleton is no longer in this repo, it has been moved to a dedicated repo aurelia/v1. Any contribution to app skeleton should go into aurelia/v1.
The au new
command now simplify wraps npx makes aurelia/v1
. Users can directly use that makes command to create new project.
- Clone the aurelia-cli:
git clone https://github.com/aurelia/cli.git
- Go into the cli directory:
cd cli
- Run
npm install
- Link the cli with:
npm link
- Create a new project with
au new
or use an existing project. The linked CLI will be used to create the project. - In the project directory, run
npm link aurelia-cli
. The linked CLI will then be used forau
commands such asau run
Run npm test
to run the unit tests.
Just run npm version patch
(or minor or major)
MIT.