Simple Rust CLI tool that displays all your npm folders from one directory (E: by default) and helps you run them.
- Rust installed on your system
- Clone this repository:
git clone https://github.com/DanielPoprawski/npm_assistant.git
cd npm_assistant
- Configure the application:
- Open
src/main.rs
- Locate the path variable and change it to your desired directory location (Default is set to "E:/")
- Run the application:
cargo run