Skip to content
/ cli Public

The Aurelia 1 command line tool. Use the CLI to create projects, scaffold components, and bundle your app for release.

License

Notifications You must be signed in to change notification settings

aurelia/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8305239 · Dec 18, 2024
Apr 26, 2024
May 7, 2020
Dec 18, 2024
Oct 27, 2024
Oct 27, 2024
Apr 21, 2015
Jun 19, 2015
Apr 26, 2024
Mar 3, 2019
May 7, 2020
Apr 26, 2024
Mar 11, 2015
Aug 21, 2017
Sep 12, 2016
Apr 24, 2024
Oct 27, 2024
Dec 18, 2024
May 7, 2020

Repository files navigation

Aurelia CLI

CI npm Version Join the chat at https://gitter.im/aurelia/discuss Twitter

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.

Documentation

You can read documentation on the cli here. If you would like to help improve this documentation, visit aurelia/documentation.

Contributing

Please see the contributing guidelines.

Providing new feature to app skeleton

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.

Building

  1. Clone the aurelia-cli: git clone https://github.com/aurelia/cli.git
  2. Go into the cli directory: cd cli
  3. Run npm install
  4. Link the cli with: npm link
  5. Create a new project with au new or use an existing project. The linked CLI will be used to create the project.
  6. In the project directory, run npm link aurelia-cli. The linked CLI will then be used for au commands such as au run

Running the Tests

Run npm test to run the unit tests.

Release new aurelia-cli version

Just run npm version patch (or minor or major)

License

MIT.