chaos

Chaos

Some Chaos In Your Code.

Crystal Version

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      chaos:
        github: gabrioliv/chaos
  2. Run shards install

Usage

require "chaos"

TODO Write usage instructions here

Development

  1. Clone the repository
  2. Enter the project folder
  3. Run the tests with crystal spec --verbose
  4. Make your changes

Contributing

  1. Fork it (https://github.com/gabrioliv/chaos/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make your changes
    1. Run the tests with crystal spec --verbose
    2. Make sure the code is formatted with crystal tool format
    3. Maintain and update the tests
    4. Update the documentation
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

Contributors