pushapp-cli-1.3.1 is not a library.
🚀 Pushapp CLI 🏋🏻♂️
⚡ Ultra fast dependencies updater for Node.js written in Rust! ⚡

Features
- Ultra fast
- Support for npm, pnpm, yarn and bun
- Interactive mode
- Autocomplete
- Colored updatable packages based on semver diff
- CLI utility flags
- Check global packages
Roadmap
- Monorepo support ⚠️
- Single packages update with filters ⚠️
- Non-interactive mode with different display formatting and infos (publish time, semver grouping ) ⚠️
Installation
Usage
Run the following command in your Node.js project directory:
Flag options
| Option | Description |
|---|---|
-g, --global |
Check global packages |
-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