This is a rust implementation of npm outdated command. And, ⚡⚡⚡
- Clone the repository
- Run
cargo runin the root directory(You need to have rust installed on your system)
- You can also run the binary directly from the target directory after building the project using
cargo build
- Specify the path to the package.json file using
-por--pathoption - Update the package.json file automatically using
-uor--updateoption