Pana / nrm

NPM registry manager, fast switch between different registries: npm, cnpm, nj, taobao
MIT License
2.83k stars 253 forks source link

[Improvement] nrm use supports select #187

Open chouchouji opened 3 days ago

chouchouji commented 3 days ago

QUESTION

Sometimes, I don't remember the list of npm registries. While using nrm use command, I don't enter registry name alias, it will show error. How about changing this behavior? If you don't enter registry npm alias, the terminal can provide a registry list for user to select. I think it can improve development experience.

iosh commented 3 days ago

There is already a PR https://github.com/Pana/nrm/pull/184, but I haven't had time to merge it yet. I will handle it as soon as possible.

chouchouji commented 3 days ago

There is already a PR #184, but I haven't had time to merge it yet. I will handle it as soon as possible.

Adding a option may be conflict. If you execute nrm use, it will show a list to select. Isn’t it better?

chouchouji commented 3 days ago

There is already a PR #184, but I haven't had time to merge it yet. I will handle it as soon as possible.

Adding a option may be conflict. If you execute nrm use, it will show a list to select. Isn’t it better?

So if you think it is a good choice. I am pleased to submit a pr. Thanks for your reply.

iosh commented 3 days ago

There is already a PR #184, but I haven't had time to merge it yet. I will handle it as soon as possible.

Adding a option may be conflict. If you execute nrm use, it will show a list to select. Isn’t it better?

So if you think it is a good choice. I am pleased to submit a pr. Thanks for your reply.

Welcome PR for this.

chouchouji commented 3 days ago

There is already a PR #184, but I haven't had time to merge it yet. I will handle it as soon as possible.

Adding a option may be conflict. If you execute nrm use, it will show a list to select. Isn’t it better?

So if you think it is a good choice. I am pleased to submit a pr. Thanks for your reply.

Welcome PR for this.

Thank you!