Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 770 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 770 Bytes

Pageinfo

Gem Version

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:

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/41studio/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