UNPKG

3.12 kBMarkdownView Raw
1
2ember-cli
3==============================================================================
4
5[![Latest npm release][npm-badge]][npm-badge-url]
6[![TravisCI Build Status][travis-badge]][travis-badge-url]
7[![AppVeyor Build Status][appveyor-badge]][appveyor-badge-url]
8[![Test Coverage][coveralls-badge]][coveralls-badge-url]
9[![Code Climate][codeclimate-badge]][codeclimate-badge-url]
10
11[logo]: https://avatars0.githubusercontent.com/u/10262982?v=3&s=150
12[npm-badge]: https://img.shields.io/npm/v/ember-cli.svg
13[npm-badge-url]: https://www.npmjs.com/package/ember-cli
14[travis-badge]: https://img.shields.io/travis/ember-cli/ember-cli/master.svg?label=TravisCI
15[travis-badge-url]: https://travis-ci.org/ember-cli/ember-cli
16[appveyor-badge]: https://img.shields.io/appveyor/ci/embercli/ember-cli/master.svg?label=AppVeyor
17[appveyor-badge-url]: https://ci.appveyor.com/project/embercli/ember-cli/branch/master
18[coveralls-badge]: https://img.shields.io/coveralls/ember-cli/ember-cli/master.svg
19[coveralls-badge-url]: https://coveralls.io/github/ember-cli/ember-cli
20[codeclimate-badge]: https://codeclimate.com/github/ember-cli/ember-cli/badges/gpa.svg
21[codeclimate-badge-url]: https://codeclimate.com/github/ember-cli/ember-cli
22
23The Ember.js command line utility.
24
25
26Features
27------------------------------------------------------------------------------
28
29- Asset build pipeline using [Broccoli.js](https://broccoli.build/)
30- ES6 transpilation using [Babel](https://babeljs.io/)
31- Project structure conventions using ES6 module syntax
32- Development server including live-reload and API proxy
33- File/Project generator using blueprints
34- Unit, Integration and Acceptance test support using
35 [Testem](https://github.com/testem/testem)
36- Powerful addon system for extensibility
37
38
39Installation
40------------------------------------------------------------------------------
41
42```
43npm install -g ember-cli
44```
45
46Usage
47------------------------------------------------------------------------------
48
49After installation the `ember` CLI tool will be available to you. It is the
50entrypoint for all the functionality mentioned above.
51
52You can call `ember <command> --help` to find out more about all of the
53following commands or visit <https://cli.emberjs.com/release/> to read
54the in-depth documentation.
55
56
57Documentation
58------------------------------------------------------------------------------
59Please refer to the [CLI guides](https://cli.emberjs.com/release/) for help using Ember CLI.
60
61Contributing
62------------------------------------------------------------------------------
63Please see the [contributing guidelines](https://github.com/ember-cli/ember-cli/blob/master/CONTRIBUTING.md)
64
65
66Community
67------------------------------------------------------------------------------
68
69- Discord: [Get your invite](https://discordapp.com/invite/zT3asNS)
70- Issues: [ember-cli/issues](https://github.com/ember-cli/ember-cli/issues)
71- Documentation: [ember-cli.com](https://cli.emberjs.com/release/)
72
73
74
75License
76------------------------------------------------------------------------------
77
78This project is licensed under the [MIT License](LICENSE).