This is a rust implementation of npm outdated command. And, ⚡⚡⚡
- Clone the repository
- Run
cargo run
in 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
-p
or--path
option - Update the package.json file automatically using
-u
or--update
option