This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Description
The homebrew formula "jsl" is aliased to the name "jslint". With this manifest:
Every single run of boxen tries to install jslint again, like so:
Debug: Executing 'brew boxen-latest jslint'
Debug: Executing 'brew info jslint'
Debug: Executing 'brew boxen-install jslint'
Notice: /Stage[main]/People::Indirect/Package[jslint]/ensure: created
Homebrew is actually smart enough to not reinstall the formula that is already installed. It would be nice if the Homebrew provider was at least that smart!