0.0.1-alpha.6 • Published 4 years ago

@eweilow/paket-cli v0.0.1-alpha.6

Weekly downloads
64
License
MIT
Repository
github
Last release
4 years ago

Build Status npm (scoped) Renovate badge

paket

A simple CLI for updating JS packages throughout an entire workspace

Usage

Checking if updates are available

paket check <latest|any> <array of globs>

Updating...

paket update <latest|any> <array of globs>

...to version tagged latest

Updating react, react-dom, @types/react and @types/react-dom to the version tagged latest:

paket update latest react react-dom @types/react @types/react-dom

...to very latest (sorted by date)

Updating react, react-dom, @types/react and @types/react-dom to the very latest version (sorted by date):

paket update latest react react-dom @types/react @types/react-dom