Chaos
Some Chaos In Your Code.
Installation
-
Add the dependency to your
shard.yml
:dependencies: chaos: github: gabrioliv/chaos
-
Run
shards install
Usage
require "chaos"
TODO Write usage instructions here
Development
- Clone the repository
- Enter the project folder
- Run the tests with
crystal spec --verbose
- Make your changes
Contributing
- Fork it (https://github.com/gabrioliv/chaos/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Make your changes
- Run the tests with
crystal spec --verbose
- Make sure the code is formatted with
crystal tool format
- Maintain and update the tests
- Update the documentation
- Run the tests with
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Gabriel Laureano - creator and maintainer