@jonz94/dependency-updater
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

@jonz94/dependency-updater

npm license: 0BSD code style: prettier Conventional Commits

A CLI tool to update Node.js dependencies automatically

demo

Features/TODOs

  • ✅ Support multiple package manager
    • ✅ npm
    • ✅ pnpm
    • ✅ yarn
  • 🚧 Choose which packages to update
    • ✅ Update all outdated packages in single run
    • 🚧 Update only some of packages
  • 🚧 Git integrations
    • ✅ Add corresponding git commit messages automatically
    • 🚧 Customize git commit message format
    • 🚧 If repository is not clean, do not automatically add git commits right away
  • 🚧 Support workspaces/monorepo
    • 🚧 npm 7+
    • 🚧 pnpm
    • 🚧 yarn

Installation

npm i -g @jonz94/dependency-updater

Usage

  • Execute dependency-updater command inside the project root directory
dependency-updater
  • If you don't want to install the package globally, you can use following command:
npx @jonz94/dependency-updater@latest

Readme

Keywords

none

Package Sidebar

Install

npm i @jonz94/dependency-updater

Weekly Downloads

1

Version

0.8.0

License

0BSD

Unpacked Size

40.4 kB

Total Files

20

Last publish

Collaborators

  • jonz94