The fastest way to install npm packages.
package-lock.json, no private configuration$ npm i @cnpmjs/rapid --registry=https://registry.npmmirror.com
$ rapid install
const rapid = require('@cnpmjs/rapid');
await rapid.install({
cwd,
});
rapid [command]
Commands:
rapid install Install dependencies [aliases: i, ii]
rapid clean [path] Clean up the project [aliases: c, unmount, uninstall]
rapid list List rapid mount info [aliases: l]
Options:
--version Show version number [boolean]
--help Show help [boolean]
Rust
79.6%
JavaScript
20.0%
The fastest way to install npm packages.
package-lock.json, no private configuration$ npm i @cnpmjs/rapid --registry=https://registry.npmmirror.com
$ rapid install
const rapid = require('@cnpmjs/rapid');
await rapid.install({
cwd,
});
rapid [command]
Commands:
rapid install Install dependencies [aliases: i, ii]
rapid clean [path] Clean up the project [aliases: c, unmount, uninstall]
rapid list List rapid mount info [aliases: l]
Options:
--version Show version number [boolean]
--help Show help [boolean]
Rust
79.6%
JavaScript
20.0%