Skip to content

bannednull/pmu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PMU CLI

PMU

A command line interface for managing outdated packages in your project.

Features

  • Automatically detects the package manager in use (npm, yarn, or pnpm).
  • Optionally updates all outdated packages with a single command.

Requirements

  • Node.js v12 or higher.
  • A project with one of the following package managers:
    • npm
    • yarn
    • pnpm

Installation

You can run PMU CLI directly using npx. No installation is required.

Usage

Show outdated packages

To list all outdated packages in your project, simply run:

npx @bannednull/pmu

This will detect your package manager (npm, yarn, or pnpm) and display a list of outdated packages, including their current and latest versions.

Update all outdated packages

npx @bannednull/pmu --update

This will update each outdated package using the appropriate command for your package manager.

About

🚧 (wip) package manager update

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published