An open API service indexing awesome lists of open source software.

https://github.com/midwayjs/mininm

Minimal node_modules like modclean
https://github.com/midwayjs/mininm

Last synced: over 1 year ago
JSON representation

Minimal node_modules like modclean

Awesome Lists containing this project

README

          






mininm




移除 node_modules 中数以万计的无用文件





npm











## Use In Command
```shell
$ npm i @midwayjs/mininm -g
$ mininm
```

## Use In Code

```shell
$ npm i @midwayjs/mininm -S
```

```TS
import { removeUselessFiles, removeUselessDirs } from '@midwayjs/mininm';

await removeUselessFiles(baseDir);
await removeUselessDirs(baseDir);
```