Install npm packages
Sign in once, then let rvs select the registry URL and provide temporary
authentication to npm.
Install through rvs
Section titled “Install through rvs”Select the Ravenstash repository, then use npm through rvs:
rvs art select namespace/packagesrvs npm install @acme/design-systemOr use the concise package helper:
rvs art select namespace/packagesrvs art npm install @acme/design-systemAuthentication is limited to the child process rather than written to .npmrc.
Public dependencies through a private mirror
Section titled “Public dependencies through a private mirror”When the repository uses an npmjs.org mirror, eligible public dependencies resolve through the same private target. Security scanning, minimum package age, and caching protect that path without adding a second registry to project files.
pnpm, Yarn, and Bun
Section titled “pnpm, Yarn, and Bun”Use the corresponding rvs wrappers so repository selection and authentication
stay outside project configuration:
rvs art select namespace/packagesrvs pnpm installrvs yarn installrvs bun installValidate the workflow with the specific client and version used by your team before rolling it into CI.

