pushapp-cli 1.2.1

Ultra fast dependencies updater for Node.js
pushapp-cli-1.2.1 is not a library.

🚀 Pushapp CLI 🏋🏻‍♂️

⚡ Ultra fast dependencies updater for Node.js written in Rust! ⚡

Latest Version Crates.io Downloads GitHub Repo stars

image

Features

  • Ultra fast
  • Support for npm, pnpm, yarn and bun
  • Interactive packages selection
  • Autocomplete package search
  • Colored updatable packages based on semver diff
  • CLI utility flags
  • Monorepo support ⚠️

Installation

cargo install pushapp-cli

Usage

Run the following command in your Node.js project directory:

pushapp

Flag options

  • -d, --development - Check only devDependencies
  • -p, --production - Check only dependencies
  • -o, --optional - Check only optionalDependencies
  • -h, --help - Display help information
  • -V, --version - Display version information

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Flavio Delgrosso