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:
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
- Fork it ( https://github.com/41studio/pageinfo/fork )
- Create your feature branch (
git checkout -b new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin new-feature
) - Create a new Pull Request