NativeScript / NativeScript/nativescript-cli
[CLI] Manual watching the source changes
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 1.1k
- 分支
- 204
- 平均合併
- 1 天 9 小時
- 30 天內合併 PR
- 8
描述
From @raffaeler on February 6, 2019 10:58
Is your feature request related to a problem? Please describe.
When tns run is started, it takes a while before deploying the application. For this reason I prefer to run in watch mode (tns run or tns debug).
Anyway, when you are doing more than a trivial change, it would be useful to manually trigger the compilation/deploy without stopping and re-running tns run or tns debug.
Describe the solution you'd like
When the terminal is in tns run or tns debug it can accept keyboard commands. It would be useful to add support for three commands while the terminal is watching:
- 's' key: suspend watching
- 'r' key: resume watching
- 'd' key: deploy while in suspended mode
Describe alternatives you've considered
Stopping and restarting tns run or tns debug is way too slow.
Copied from original issue: NativeScript/NativeScript#6865
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 tns run 和 tns debug 的 CLI 入口開始,著重於它們的 watch 模式生命週期和終端輸入處理。定義暫停 watching、恢復 watching 和手動部署之間應如何互動,然後驗證所要求的 s、r 和 d 命令能夠在不停止正在執行的命令的情況下運作。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript
- 領域
- cli
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100