A centralized repository for Snips-related brews.
Run the following in your command-line:
brew tap snipsco/homebrew-snips
Please file bug reports and feature requests on Snips Official Forum, not this repository - however, we do accept pull requests here.
To do development on these formulae, first fork the repository on GitHub. Add your fork as a remote to your local clone:
cd $(brew --prefix)/Library/Taps/snipsco/homebrew-snips
git remote add me [email protected]:YOUR_GITHUB_USERNAME/homebrew-snips.git
git fetch me
To propose changes, push to your fork (e.g. with git push me +master
) and
submit pull request on GitHub.
We follow Homebrew's standard coding style.
IMPORTANT First read the Troubleshooting Checklist.
Use brew gist-logs <formula>
to create a Gist and post the link in your issue.
Search open and closed issues. See also Homebrew's Common Issues and FAQ.
brew help
, man brew
or check Homebrew's documentation.