8an3 / upgrade-remix

Command line utility to upgrade all Remix dependencies together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upgrade-remix

upgrade-remix is a CLI utility to update all of your Remix dependencies together.

It automatically detects the relevant remix and @remix-run/* packages from your package.json and runs the proper commands to upgrade them. Once updated it runs a full npm ci/yarn/whatever to ensure everything is synced up.

Supported Package Managers

PR's welcome to support additional package managers!

Usage

# By default it will update to the `latest` tag on NPM
> npx upgrade-remix

# Or you can specify a specific version or tag
> npx upgrade-remix 1.16.0
> npx upgrade-remix pre

About

Command line utility to upgrade all Remix dependencies together


Languages

Language:JavaScript 100.0%