upgrade-rspeedy

0.9.9 • Public • Published

Rspeedy Logo

Upgrade Rspeedy

license

The easiest way to upgrade Rspeedy-related packages.

This CLI tool helps to update the package.json with corresponding version. Both latest and canary are supported.

Latest version

To update to the latest @lynx-js/rspeedy and its plugins, use the following command in your @lynx-js/rspeedy project:

npx upgrade-rspeedy@latest

Then all the Rspeedy-related packages' version would be updated. Run your package manager to install the dependencies:

npm install
# Or
yarn install
# Or
pnpm install

Canary version

To update to one of the canary version of @lynx-js/rspeedy, use the following command:

# Replace the version with your canary version
npx upgrade-rspeedy-canary@0.8.2-canary-20250309-870106fc

Then all the Rspeedy-related packages' version would be updated with npm: alias. Run your package manager to install the dependencies:

npm install
# Or
yarn install
# Or
pnpm install

Package Sidebar

Install

npm i upgrade-rspeedy

Weekly Downloads

66

Version

0.9.9

License

Apache-2.0

Unpacked Size

134 kB

Total Files

5

Last publish

Collaborators

  • colinaaa
  • lynxdev-admin