Go to file
Kanezoh 24c05487ec First Commit 2021-04-19 13:50:12 +09:00
spec First Commit 2021-04-19 13:50:12 +09:00
src First Commit 2021-04-19 13:50:12 +09:00
.editorconfig First Commit 2021-04-19 13:50:12 +09:00
.gitignore First Commit 2021-04-19 13:50:12 +09:00
.travis.yml First Commit 2021-04-19 13:50:12 +09:00
LICENSE First Commit 2021-04-19 13:50:12 +09:00
README.md First Commit 2021-04-19 13:50:12 +09:00
shard.yml First Commit 2021-04-19 13:50:12 +09:00

README.md

mechanize

TODO: Write a description here

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      mechanize:
        github: your-github-user/mechanize
    
  2. Run shards install

Usage

require "mechanize"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/mechanize/fork)
  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 a new Pull Request

Contributors