TIMMLOPK / npm-outdated-rs

npm outdated command in Rust but with ⚡

Repository from Github https://github.comTIMMLOPK/npm-outdated-rsRepository from Github https://github.comTIMMLOPK/npm-outdated-rs

npm-outdated-rs

This is a rust implementation of npm outdated command. And, ⚡⚡⚡

How to run

  1. Clone the repository
  2. 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

Options

  • Specify the path to the package.json file using -p or --path option
  • Update the package.json file automatically using -u or --update option

About

npm outdated command in Rust but with ⚡


Languages

Language:Rust 100.0%