Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 777 Bytes

README_EN.md

File metadata and controls

66 lines (40 loc) · 777 Bytes

clean-cache

Clean up node project cache tool written in go, very fast


README 🦉

简体中文 | English


motivation

Want to quickly clean up the node project cache


Usage

install

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

clean

By default, clean up the current directory .nuxt, cache, .cache, @cache, temp, .temp, @temp directories

clean-cache

with dist and .output

clean-cache -d

with node_modules

clean-cache -n

help

clean-cache -h

clean root

clean-cache -r

License

Made with markthree

Published under MIT License.