# 🚀 Pushapp CLI 🏋🏻♂️
⚡ Ultra fast dependencies updater for Node.js written in Rust! ⚡
[![Latest Version]][crates.io]
[Latest Version]: https://img.shields.io/crates/v/pushapp-cli.svg
[crates.io]: https://crates.io/crates/pushapp-cli



## Features
- [x] Ultra fast dependencies updater
- [x] Support for npm, pnpm, yarn and bun
- [x] Interactive packages selection
- [x] Autocomplete package search
- [x] Colored updatable packages based on semver diff
- [x] CLI utility flags (e.g. --help, --only-dev)
- [ ] Monorepo support ⚠️
## Installation
```bash
cargo install pushapp-cli
```
## Usage
Run the following command in your Node.js project directory:
```bash
pushapp
```
## Flags
- `--help` or `-h` - Display help information
- `--version` or `-V` - Display version information
- `--only-dev` or `-D` - Update only devDependencies
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Author
- Flavio Delgrosso