tyty
1.0.0
一個 cli 工具,用於取得專案依賴項的所有類型定義( @types/*
)。使用typescript
更快樂❤️
npm i tyty -g
只需在專案中開啟命令列,然後輸入tyty
+ Enter。您需要的所有打字稿定義( @types/*
)將根據package.json下載。
如果 package.json 不在目前資料夾中, tyty
將嘗試在上級資料夾中找到它(如果仍然存在,則重複)。
Usage: tyty [options] Options: -h, --help output usage information -V, --version output the version number -d, --save-dev (default) save as dev-dependency -s, --save save as dependency -n --npm (default) install by npm -y --yarn install by yarn
如有任何問題、錯誤、建議,歡迎issuse
...
歡迎fork
和Pull Request
與朋友和同事分享該工具
新增-c, --cnpm
選項。 (使用cnpm
代替npm
下載)