dist - Installation
To install dist via this registry, you'll need to install via the --registry parameter with your package manager.
NPM
npm install dist --registry https://js.registry.sudovanilla.org
Learn more about the --registry parameter.
Yarn
yarn config set registry https://js.registry.sudovanilla.org
yarn install dist
Learn more about the config option.
PNPM
pnpm install dist --registry https://js.registry.sudovanilla.org
Learn more about the --registry parameter.
Bun
bun install dist --registry https://js.registry.sudovanilla.org
Learn more about the --registry parameter.
Learn more about setting this up in your bunfig.toml configuration.
For Deno, add the following to your .npmrc file in your directory:
registry="https://js.registry.sudovanilla.org"
Then run the deno install command.