Go to file
Kanezoh f2f450ba60 arrange 2021-05-18 22:10:03 +09:00
spec
src
.editorconfig
.gitignore
.travis.yml
LICENSE
README.md
main.cr
shard.yml

README.md

mechanize(under construction)

This project is inspired by Ruby's mechanize. The purpose is to cover all the features of original one.

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