EDITOR support, pull request template support, NO_COLOR support
Pre-release
Pre-release
Adds support for the NO_COLOR
and EDITOR
environment variables. The latter of which is used when asking for Pull Request descriptions, which now also support GitHub PR templates (or at least the specific case where a .github/PULL_REQUEST_TEMPLATE.md
file is present).
Install via npm with npm install --global @mattpolzin/harmony
or by downloading the attached harmony-npm.tar.gz
file, extracting, and then running npm install -g
from the unzipped folder to install globally on your system.
You can build the source with Idris 2 v0.5.1