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, please join 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.
Note: The CLI is currently in Alpha and as such may not be suitable for use on all projects yet. In particular, projects that need to make use of extensive 3rd party libraries or Aurelia plugins may not yet work or may require extensive custom configuration or workarounds. We are in the process of addressing these issues.
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.
- 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
- Still in the cli directory, run
npm install git+https://[email protected]/gulpjs/gulp.git#4.0
- Also in the cli directory, run
npm install babel-polyfill babel-register typescript
- 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