Cleans dependencies and build artifacts from your projects
Cleans node_modules, target, build, and friends from your projects. Excellent if: you want to back up your code but don't want to include GBs of dependencies, you try out lots of projects but hate how much space they occupy you like keeping your disks lean and zippy
Cleans node_modules, target, build, and friends from your projects. Excellent if: you want to back up your code but don't want to include GBs of dependencies, you try out lots of projects but hate how much space they occupy you like keeping your disks lean and zippy
To install kondo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kondo
To see what files were installed by kondo, run:
port contents kondo
To later upgrade kondo, run:
sudo port selfupdate && sudo port upgrade kondo
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.