PQWV

A Tool to view web pages on pull request brach.

Installation

$ git clone https://github.com/sh4869/pqwv
$ rake install
$ gem install pkg/PQWV-0.1.0.gem

Or

$ gem install pqwv

Usage

$ cd /path/to/your/webpage/directory
$ pqwv [number of pull request you want to check]

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

The gem is available as open source under the terms of the MIT License.

TODO

  • Write Documentation in detail
  • Support pull request from other user's repository