ionic-team / ionic-team/ionic-cli
Chage/alias 'start' to 'new'
- Lingua principale
- TypeScript
- Stelle
- 2k
- Fork
- 682
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
#### 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'.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.