ionic-team / ionic-team/ionic-cli
Configurable Starters
- 主要語言
- TypeScript
- 星號
- 2k
- 分支
- 682
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Many framework CLIs have a single starter with feature flags to enable/disable/switch certain features and preferences such as TypeScript, testing frameworks, theme, etc. We've already seen requests for this, such as https://github.com/ionic-team/ionic-cli/issues/3490, https://github.com/ionic-team/ionic-cli/issues/4236
The starters in place for Ionic 4 beta are the typical Ionic-style starters, but can we make one starter where the contents and options are configurable? Can `ionic start` prompt for all these options?
Examples:
```
ionic start --nav-style=tabs
ionic start --no-karma
ionic start --theme=dark
ionic start --no-lazy-loading
ionic start --css
```
貢獻指南
研究方向
Start at the `ionic start` command and inspect how the existing Ionic 4 beta starters and their options are selected. Compare the requested flags and prompts with related issues 3490 and 4236. Done means one starter can expose configurable options such as navigation style, testing, theme, lazy loading, and CSS.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- typescript
- 領域
- cli
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100