@monorepo-template/up
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Monorepo template up

The monorepo-template-up command is analogous to yarn up, but on steroids. It performs the following upgrades:

  • Upgrades Yarn to the latest version (and generates its lock file).
  • Upgrades Yarn's SDKs.
  • Upgrades all dependencies (ignoring workspace dependencies).
  • Upgrades all recursive dependencies.

Install

yarn add --dev @monorepo-template/up

Use

The upgrade command works best as a script in your package.json file:

{
  "scripts": {
    "up": "monorepo-template-up"
  }
}

This script allows you to simply use yarn run up to upgrade all dependencies.

Readme

Keywords

none

Package Sidebar

Install

npm i @monorepo-template/up

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

15.4 kB

Total Files

11

Last publish

Collaborators

  • charlesstover