/homebrew-snips

Snips formulae for the Homebrew package manager

Primary LanguageRubyMIT LicenseMIT

Snips Homebrew Tap

A centralized repository for Snips-related brews.

Installation

Run the following in your command-line:

brew tap snipsco/homebrew-snips

Contributing

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 git@github.com: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.

Troubleshooting

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.

Documentation

brew help, man brew or check Homebrew's documentation.