Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ember-cli/ember-cli
The Ember.js command line utility.
https://github.com/ember-cli/ember-cli
ember ember-cli hacktoberfest javascript
Last synced: 3 days ago
JSON representation
The Ember.js command line utility.
- Host: GitHub
- URL: https://github.com/ember-cli/ember-cli
- Owner: ember-cli
- License: mit
- Created: 2013-11-03T17:34:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T22:22:11.000Z (about 1 month ago)
- Last Synced: 2024-10-30T00:43:55.543Z (about 1 month ago)
- Topics: ember, ember-cli, hacktoberfest, javascript
- Language: JavaScript
- Homepage: https://cli.emberjs.com
- Size: 25.4 MB
- Stars: 3,260
- Watchers: 153
- Forks: 1,158
- Open Issues: 150
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-toolkits - ember-cli - The Ember.js command line utility. (Web)
- awesome-starred - ember-cli/ember-cli - The Ember.js command line utility. (javascript)
README
ember-cli
==============================================================================[![Latest npm release][npm-badge]][npm-badge-url]
[![GitHub Actions CI][github-actions-badge]][github-actions-ci-url]
[![Test Coverage][coveralls-badge]][coveralls-badge-url]
[![Code Climate][codeclimate-badge]][codeclimate-badge-url][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%3ACIThe Ember.js command line utility.
Features
------------------------------------------------------------------------------- Asset build pipeline using [Broccoli.js](https://broccoli.build/)
- ES6 transpilation using [Babel](https://babeljs.io/)
- 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](https://github.com/testem/testem)
- Powerful addon system for extensibilityInstallation
------------------------------------------------------------------------------```
npm install -g ember-cli
```Usage
------------------------------------------------------------------------------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 --help` to find out more about [all of the
following commands](https://cli.emberjs.com/release/basic-use/cli-commands/) or visit to read
the in-depth documentation.Documentation
------------------------------------------------------------------------------
Please refer to the [CLI guides](https://cli.emberjs.com/release/) for help using Ember CLI.Contributing
------------------------------------------------------------------------------
Please see the [contributing guidelines](https://github.com/ember-cli/ember-cli/blob/master/CONTRIBUTING.md)Community
------------------------------------------------------------------------------- Discord: [Get your invite](https://discord.gg/emberjs)
- Issues: [ember-cli/issues](https://github.com/ember-cli/ember-cli/issues)
- Documentation: [cli.emberjs.com](https://cli.emberjs.com/release/)License
------------------------------------------------------------------------------This project is licensed under the [MIT License](LICENSE).