Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 787 Bytes

README.md

File metadata and controls

66 lines (40 loc) · 787 Bytes

clean-cache

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


README 🦉

简体中文 | English


动机

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


Usage

install

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

clean

默认清理当前目录下的 .nuxtcache.cache@cachetemp.temp@temp 目录

clean-cache

同时移除 dist 和 .output

clean-cache -d

同时移除 node_modules

clean-cache -n

查看帮助

clean-cache -h

清除根目录

clean-cache -r

License

Made with markthree

Published under MIT License.