Skip to content
The official command line tooling for Aurelia. Use the CLI to create projects, scaffold components and bundle your app for release.
Branch: master
Clone or download
EisenbergEffect Merge pull request #1103 from 3cp/fix-missing-gitignore
fix(skeleton): fix missing .gitignore file in aurelia-cli npm package
Latest commit 3e9ac57 May 21, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci
bin feat(bundler): support module resolution for lerna hoisting Dec 29, 2018
build feat(release-check): add release-check on plugin projects Mar 27, 2019
doc chore(all): prepare release 1.0.0-beta.15 Mar 29, 2019
lib fix(skeleton): upgrade karma to v4 to get rid of deprecated circular-… Apr 30, 2019
skeleton fix(skeleton): fix missing .gitignore file in aurelia-cli npm package May 20, 2019
spec fix(CLI-Bundler, Aliases): improve alias support Apr 26, 2019
.editorconfig feat(help): add -h help command with proper output Apr 21, 2015
.eslintignore chore(all): fixed linter errors Mar 24, 2017
.eslintrc.json feat: unattended mode, descriptive skeleton Mar 3, 2019
.gitattributes chore(*): saving files before refreshing line endings Jun 19, 2015
.gitignore feat: unattended mode, descriptive skeleton Mar 3, 2019
.nycrc feat: unattended mode, descriptive skeleton Mar 3, 2019
.travis.yml test: turn on tests on nodejs v12 Apr 30, 2019
ACKNOWLEDGEMENTS.md feat(bundler,bundle): allow revision numbers Sep 22, 2016
CONTRIBUTING.md chore(all): initial repository setup Mar 11, 2015
DESCRIPTIVE_SKELETON.md chore: typo Mar 7, 2019
ISSUE_TEMPLATE.md chore(issue_template): ask for loader/bundler Aug 21, 2017
LICENSE chore(license): update company and dates Sep 12, 2016
README.md chore(all): prepare release 1.0.0-beta.14 Mar 20, 2019
RELEASE_INSTRUCTIONS.md feat(release-check): add release-check on plugin projects Mar 27, 2019
gulpfile.js
package-lock.json chore: upgrade packages to remove npm vulnerability warning Apr 30, 2019
package.json chore: upgrade packages to remove npm vulnerability warning Apr 30, 2019
wallaby.conf.js test(bundle): added test coverage for Bundle Mar 29, 2017

README.md

Aurelia CLI

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

For contributors planning to add new features to the skeleton application, please see the descriptive skeleton guide guide.

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

Please see the release instructions.

You can’t perform that action at this time.