ionic-team / ionic-team/ionic-cli
Chage/alias 'start' to 'new'
Đang mở
enhancement
- Ngôn ngữ chính
- TypeScript
- Star
- 2k
- Fork
- 682
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
#### 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'.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.