Go to file
Kanezoh dc54a60490 add params 2021-05-02 21:13:20 +09:00
spec First Commit 2021-04-19 13:50:12 +09:00
src add params 2021-05-02 21:13:20 +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 write readme 2021-04-30 21:40:06 +09:00
main.cr add params 2021-05-02 21:13:20 +09:00
shard.yml First Commit 2021-04-19 13:50:12 +09:00

README.md

mechanize(under construction)

This project is inspired by Ruby's mechanize.

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