Go to file
Kanezoh 2813e989a9 modeling node 2021-05-26 14:46:50 +09:00
spec
src modeling node 2021-05-26 14:46:50 +09:00
.editorconfig
.gitignore
.travis.yml
LICENSE
README.md
main.cr modeling node 2021-05-26 14:46:50 +09:00
shard.yml add myhtml 2021-05-04 08:52:16 +09:00

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