Skip to content

eweilow/paket

Repository files navigation

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

About

A simple CLI for updating JS packages throughout an entire workspace

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •