Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

CLI wizard to create a new ember project

Awesome Lists containing this project

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).