0.0.1 • Published 3 years ago

liftd v0.0.1

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

liftd

CLI utility to help you keep your javascript dependencies up to date with yarn.

liftd in use

Features

  • Works with yarn
  • Automatically updates your packages by running yarn outdated and yarn upgrade shell commands

Motivation

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.

0.0.1

3 years ago