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

https://github.com/ember-cli/create-ember-app

yarn create ember-app <name>
https://github.com/ember-cli/create-ember-app

ember-cli emberjs yarn

Last synced: 10 months ago
JSON representation

yarn create ember-app <name>

Awesome Lists containing this project

README

          

create-ember-app
==============================================================================

```sh
yarn create ember-app
```

or if you have npm@6.1 or later:

```sh
npm init ember-app
```

This is a small wrapper for [Ember CLI](https://github.com/ember-cli/ember-cli)
and specifically the `ember new` command.

License
------------------------------------------------------------------------------

This project is licensed under the [MIT License](LICENSE).