pushapp-cli 1.2.1

Ultra fast dependencies updater for Node.js
# 🚀 Pushapp CLI 🏋🏻‍♂️

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

[![Latest Version]][crates.io] ![Crates.io Downloads](https://img.shields.io/crates/d/pushapp-cli) ![GitHub Repo stars](https://img.shields.io/github/stars/flaviodelgrosso/pushapp?style=flat)

[Latest Version]: https://img.shields.io/crates/v/pushapp-cli.svg
[crates.io]: https://crates.io/crates/pushapp-cli

![image](pushapp-cli.gif)

## Features

- [x] Ultra fast
- [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
- [ ] Monorepo support ⚠️

## Installation

```bash
cargo install pushapp-cli
```

## Usage

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

```bash
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](LICENSE) file for details.

## Author

Flavio Delgrosso