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

https://github.com/markthree/clean-cache

用 go 写的清理 node 项目缓存工具,速度很快 | Clean up node project cache tool written in go, very fast
https://github.com/markthree/clean-cache

cache-clean go ultrafast

Last synced: about 1 year ago
JSON representation

用 go 写的清理 node 项目缓存工具,速度很快 | Clean up node project cache tool written in go, very fast

Awesome Lists containing this project

README

          

# clean-cache

用 `go` 写的清理 `node` 项目缓存工具,速度很快


## README 🦉

简体中文 | [English](./README_EN.md)


## 动机

想要快速的清理 `node` 项目缓存


## Usage

### install

```shell
go install github.com/markthree/clean-cache@latest
```

### clean

默认清理当前目录下的
`.nuxt`,`cache`,`.cache`,`@cache`,`temp`,`.temp`,`@temp` 目录

```shell
clean-cache
```

#### 同时移除 dist 和 .output

```shell
clean-cache -d
```

#### 同时移除 node_modules

```shell
clean-cache -n
```

#### 查看帮助

```shell
clean-cache -h
```

#### 清除根目录

```shell
clean-cache -r
```


## License

Made with [markthree](https://github.com/markthee)

Published under [MIT License](./LICENSE).