clean-node_modules 0.1.0

A tool to clean node_modules dir recusively
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "clean-node_modules"
version = "0.1.0"
edition = "2021"
author = "fragno@gmail.com"
license = "MIT"
description = "A tool to clean node_modules dir recusively"
keywords = ["cli", "clean", "node_modules"]
categories = ["command-line-tools"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]