0.0.1-alpha.6 • Published 5 years ago
@eweilow/paket-cli v0.0.1-alpha.6
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
0.0.1-alpha.6
5 years ago
0.0.1-alpha.5
6 years ago
0.0.1-alpha.4
6 years ago
0.0.1-alpha.3
6 years ago
0.0.1-alpha.2
6 years ago
0.0.1-alpha.1
6 years ago