Sha256: 17113f77091c4d20fc269f4d7e6bc03cfcc9256ac2a3333497efdc6c6fad09ec
Contents?: true
Size: 539 Bytes
Versions: 1
Compression:
Stored size: 539 Bytes
Contents
# Phare ## Installation Add this line to your application’s Gemfile: ```ruby gem 'phare' ``` If you wish to check for JavaScript code style using JSHint and JSCS, you must install them too: ```bash $ npm install -g jshint jscs ``` ## Usage Phare provides an executable named `phare`. You can just use it as is: ```bash $ phare ``` One of the best way to use Phare is by hooking it before your version control commits. For example, with `git`: ```bash $ bundle binstubs phare $ ln -s "`pwd`/bin/phare" .git/hooks/pre-commit ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phare-0.1 | README.md |