Clean cache

Cache can grow up when you using computer for a period of time.

Below is my macOS shell script (./clean_cache.sh) to clean cache in my development machine.

npm cache clean --force
yarn cache clean
brew cleanup --prune=all
go clean -cache
go clean -modcache

Tags: