Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gossi/ember-cli-create
CLI wizard to create a new ember project
https://github.com/gossi/ember-cli-create
Last synced: about 1 month ago
JSON representation
CLI wizard to create a new ember project
- Host: GitHub
- URL: https://github.com/gossi/ember-cli-create
- Owner: gossi
- License: mit
- Created: 2018-08-08T16:51:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T12:54:57.000Z (about 6 years ago)
- Last Synced: 2024-10-03T12:27:52.627Z (3 months ago)
- Language: JavaScript
- Size: 964 KB
- Stars: 64
- Watchers: 4
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ember - ember-cli-create - CLI wizard to create a new ember project. (Packages / Command-line apps)
README
# ember-cli-create
CLI wizard to create a new ember project.
![Demo](demo.gif)
## Installation
```
yarn global add ember-cli-create
```## Usage
```
Usage: ember-cli-create [options] [name]Options:
-V, --version output the version number
-p, --preset Select a preset
-dir, --directory Where to place the files
--npm Use npm as package manager (instead of yarn)
--welcome To install the {{ember-welcome-page}}
-h, --help output usage information
```## Notes
The addon list is based on a rough selection I did. Though I expect this high subject of change. Open an issue to discuss how this can be populated in a nice way.
Some of my ideas with this: Support presets and blueprints.
## License
This project is licensed under the [MIT License](LICENSE.md).