Bag of Holding Code Climate

Bag of Holding is a command line utility and library to help out with various table top gaming needs. It currently contains a dice roller but will grow to include a dungeon generator, various card deck functions and anything else I think to include.

Install

Currently you can clone the repository directly to use it. I will eventually distribute it as a ruby gem.

git clone https://github.com/packetmonkey/bag_of_holding.git
cd bag_of_holding
bundle

Usage

./bin/boh roll 1d20+5
8 = 3 (1d20) + 5

Found a bug?

Open a github issue

Contributing & Development

  1. Fork the project.
  2. Make your feature addition or bug fix. All specs should pass.
  3. Add specs for your changes.
  4. Commit
  5. Send a pull request. Bonus points for topic branches.

Licence

Bag of Holding is released under the MIT Licence

Authors

Bag of Holding is written and maintained by Evan Sharp.