Skip to content

cnpm/rapid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ed4636 Β· Apr 23, 2024

History

91 Commits
May 23, 2023
Oct 25, 2023
Apr 23, 2024
May 24, 2023
Apr 23, 2024
Apr 23, 2024
Feb 1, 2024
May 4, 2023
May 24, 2023
Feb 1, 2024
May 4, 2023
May 4, 2023
Apr 23, 2024
Feb 1, 2024
Feb 1, 2024
Jan 16, 2023
Feb 1, 2024
Nov 15, 2023
Apr 23, 2024
Feb 1, 2024

Repository files navigation

πŸš€ rapid

δΈ­ζ–‡η‰ˆζœ¬

The fastest way to install npm packages.

Node CI Linux Rust TEST Linux

  • πŸ—οΈ Follow package-lock.json, no private configuration
  • ♻️ Global dist cache, extremely fast reinstallation
  • ⛑️ Safe project dependency isolation
  • πŸ› οΈ Supports integration for any package manager

Getting Started

Independent Client

$ npm i @cnpmjs/rapid --registry=https://registry.npmmirror.com
$ rapid install

Integration

const rapid = require('@cnpmjs/rapid');
await rapid.install({
  cwd,
});

Help

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]

Notice

  • plz do not directly `rm -rf node_modules`` to manage dependencies.
  • You can use `rapid clean`` instead.

🎁 Acknowledgements

  • fuse-t Thanks fuse-t for kext-less implementation of FUSE.

About

The fastest way to install npm packages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages