ember-cli
[logo]: https://avatars0.githubusercontent.com/u/10262982?v=3&s=150 [npm-badge]: https://img.shields.io/npm/v/ember-cli.svg [npm-badge-url]: https://www.npmjs.com/package/ember-cli [coveralls-badge]: https://img.shields.io/coveralls/ember-cli/ember-cli/master.svg [coveralls-badge-url]: https://coveralls.io/github/ember-cli/ember-cli [codeclimate-badge]: https://codeclimate.com/github/ember-cli/ember-cli/badges/gpa.svg [codeclimate-badge-url]: https://codeclimate.com/github/ember-cli/ember-cli [github-actions-badge]: https://github.com/ember-cli/ember-cli/workflows/CI/badge.svg [github-actions-ci-url]: https://github.com/ember-cli/ember-cli/actions?query=workflow%3ACI
The Ember.js command line utility.
Features
- Asset build pipeline using Broccoli.js
- ES6 transpilation using Babel
- Project structure conventions using ES6 module syntax
- Development server including live-reload and API proxy
- File/Project generator using blueprints
- Unit, Integration and Acceptance test support using
Testem
- Powerful addon system for extensibility
Installation
npm install -g ember-cliUsage
After installation the ember CLI tool will be available to you. It is the entrypoint for all the functionality mentioned above.
You can call ember <command --help to find out more about all of the following commands or visit <https://cli.emberjs.com/release/ to read the in-depth documentation.
Documentation
Please refer to the CLI guides for help using Ember CLI.
Contributing
Please see the contributing guidelines
Community
- Discord: Get your invite
- Issues: ember-cli/issues
- Documentation: cli.emberjs.com