ripnode

Simple tool for deleting node_modules and other folders

Inspired by npkill

Continuous integration

Installation

Cargo

sh cargo install ripnode

Usage

Directory to delete defaults to node_modules, but can be changed with the -n or --name option. Directory search starts from the current directory.

sh ripnode [OPTIONS]

Options

sh -d, --dry-run See what would be deleted without actually deleting anything -n, --name <NAME> The name of the folder to delete [default: node_modules] -h, --help Print help -V, --version Print version

Purpose

This is a learning exercise for me to learn Rust and keeping up with its ecosystem.

Use as a Library

The API is very much not stable. Use at your own risk. Semver adherence definitely not guaranteed. Please lock to exact versions if you must.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.