PQWV
A Tool to view web pages on pull request brach.
Installation
$ gem install PQWV
Usage
$ cd /path/to/your/webpage/directory
$ pqwv [number of pull request you want to check]
# Start server on localhost:8000, and open browser Automatically
Contributing
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- 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