arethetypeswrong / arethetypeswrong/arethetypeswrong.github.io
Feature request: `attw --from-npm <pkg-name>` use `$(npm config get registry)` as its default registry
オープン
- 主要言語
- TypeScript
- スター
- 1.6k
- フォーク
- 65
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Currently, for me, my npm registy is `https://registry.npmmirror.com`, not `https://registry.npmjs.org`. But running `attw --from-npm ` still fetch from the default npm registry. IMO, there are 2 solutions:
- allow `--registry` option for `attw` cmd.
- if not pass `--registry` option to `attw` cmd, use the result of `$(npm config get registry)` by default
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、`attw --from-npm ` コマンドと、それが npm レジストリを選択する方法を追跡し、`npm config get registry` が返す値と比較します。明示的な `--registry` がサポートされるか、省略された場合に設定済みの npm レジストリが使用され、両方のケースで動作が検証されれば作業完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- node.js, typescript
- 領域
- cli
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100