Sha256: 4548e304abc2c5414c842fa3721b42e539beb8261d8a76877f58de6e62438137

Contents?: true

Size: 595 Bytes

Versions: 2

Compression:

Stored size: 595 Bytes

Contents

# Phare

## Installation

Add this line to your application’s Gemfile as a development dependancy:

```ruby
group :development do
  gem 'phare'
end
```

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

2 entries across 2 versions & 1 rubygems

Version Path
phare-0.1.2 README.md
phare-0.1.1 README.md