ionic-team / ionic-team/ionic-cli
Chage/alias 'start' to 'new'
Abierto
enhancement
- Lenguaje dominante
- TypeScript
- Estrellas
- 2k
- Forks
- 682
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
#### Short description of the problem:
When you start a new project you will must write some like this:
`ionic start new_project blank --v2`
#### What behavior are you expecting?
You could use instead of 'start' the 'new' command? like this:
`ionic new new_project blank --v2`
#### Other projects use it as well:
**[Angular-CLI](https://github.com/angular/angular-cli#usage)**
ng new PROJECT_NAME
[**Symfony**](http://symfony.com/download)
`symfony new my_project`
**[Ember](https://github.com/ember-cli/ember-cli#usage)**
`ember new my-new-app`
You can keep the 'start' command and add as an alias the 'new'.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.