2.0.0 • Published 6 months ago

nrm-use v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

nrm-use

A TypeScript and modern version of popular package nrm, to manage Node.js Registries.

  • nrm ls to list all registries and the current one at the same time.

  • nrm use <name> to use specific registry.

You can add some custom registries in ~/.nrm.json file.

Why nrm-use?

Mainly for solving some problems of nrm, like ERR_REQUIRE_ESM.

Getting Started

pnpm add -g nrm-use
# or
npm install -g nrm-use

Remember to nrm use npm, before publishing your package to npm or searching packages on npm.

2.0.0

6 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago