uninstall
Remove an installed package.
Usage
coffee uninstall <package>
Implementation Notes
- Removes package directory from
~/.coffee/deps/<package> - Uses
rm -rfvia system() command - Reports usage if no package name is provided
- Reports error if the package is not installed
Need help?
Please wait: the project is still pre-alpha!
Cup of Coffee is an open source project inspired by Cargo, Rustup Crates, and Conda-forge.