|
|
|
@ -4,14 +4,17 @@ Roll and parse dices
|
|
|
|
|
|
|
|
|
|
Works with crystal v1.0.0 |
|
|
|
|
|
|
|
|
|
## Installation [](https://travis-ci.org/Nephos/crystal_rollable) |
|
|
|
|
## Installation |
|
|
|
|
|
|
|
|
|
[](https://travis-ci.org/Nephos/crystal_rollable) |
|
|
|
|
|
|
|
|
|
Add this to your application's `shard.yml`: |
|
|
|
|
|
|
|
|
|
```yaml |
|
|
|
|
dependencies: |
|
|
|
|
rollable: |
|
|
|
|
github: Nephos/crystal_rollable |
|
|
|
|
git: https://git.sceptique.eu/Sceptique/rollable |
|
|
|
|
branch: master |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -31,7 +34,7 @@ TODO: Write development instructions here
|
|
|
|
|
|
|
|
|
|
## Contributing |
|
|
|
|
|
|
|
|
|
1. Fork it ( https://github.com/Nephos/crystal_rollable/fork ) |
|
|
|
|
1. Fork it ( https://git.sceptique.eu/Sceptique/rollable/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) |
|
|
|
@ -39,4 +42,4 @@ TODO: Write development instructions here
|
|
|
|
|
|
|
|
|
|
## Contributors |
|
|
|
|
|
|
|
|
|
- [Nephos](https://github.com/Nephos) Arthur Poulet - creator, maintainer |
|
|
|
|
- [Sceptique](https://git.sceptique.eu/Sceptique) Arthur Poulet - creator, maintainer |
|
|
|
|