Installation
Homebrew
On macOS and Linux, copa
can be installed via Homebrew:
brew install copa
GitHub
You can download the latest and previous versions of copa
from the GitHub releases page.
Development Setup
Prerequisites
git clone https://github.com/project-copacetic/copacetic
cd copacetic
make
# OPTIONAL: install copa to a pathed folder (i.e. /usr/local/bin)
# Note: if you installed copa via Homebrew, you will need to uninstall it first
make install