Sha256: 02d54e09ea5f2dbddd8515e51ee0ba5f83f33fa9dde45df4750a1d9cf60ee94d
Contents?: true
Size: 774 Bytes
Versions: 1
Compression:
Stored size: 774 Bytes
Contents
# Pageinfo [![Gem Version](https://badge.fury.io/rb/pageinfo.svg)](http://badge.fury.io/rb/pageinfo) Pageinfo will browse through your site then list every page on your site and give detail meta info about the page. ## Installation Add this line to your application's Gemfile: ```ruby gem 'pageinfo' ``` And then execute: $ bundle Or install it yourself as: $ gem install pageinfo ## Usage Browse your site using: $ pageinfo "http://localhost:3000" ## Development ## Contributing 1. Fork it ( https://github.com/aditiamahdar/pageinfo/fork ) 2. Create your feature branch (`git checkout -b new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pageinfo-0.2.4 | README.md |