Skip to content

gossi/ember-cli-create

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ember-cli-create

CLI wizard to create a new ember project.

Demo

Installation

yarn global add ember-cli-create

Usage

  Usage: ember-cli-create [options] [name]

  Options:

    -V, --version             output the version number
    -p, --preset <name>       Select a preset
    -dir, --directory <path>  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.