CLI utility to help you keep your javascript dependencies up to date with yarn
.
- Works with
yarn
- Automatically updates your packages by running
yarn outdated
andyarn upgrade
shell commands
I would usually use an automated tool like renovatebot to upgrade my
packages, I prefer it since it's platform agnostic unlike dependabot. But sometimes for smaller projects it's an
overkill solution, so I'd rather have a tool that makes it easier for me to select which dependencies I want to
update. I checked yarn-check but it's kinda dead. The purpose for liftd
is
not to compete with other tools but to be a simple alternative.