# HDeck [![Build Status](https://travis-ci.org/mgmarlow/hdeck.svg?branch=master)](https://travis-ci.org/mgmarlow/hdeck) CLI tool to manage decks of [harrow cards](http://pathfinder.wikia.com/wiki/List_of_harrow_cards). Designed to make working with the [Card Caster archetype](https://www.d20pfsrd.com/classes/base-classes/magus/archetypes/paizo-magus-archetypes/card-caster-magus-archetype/) class easier. ## Installation Gem coming soon. For now, ``` git clone https://github.com/mgmarlow/hdeck.git cd hdeck bundle ./bin/console new ``` ## Examples ### General Use Begin the CLI by running the console: ``` ./bin/console new ``` Follow the commands to manage your harrow deck. ``` What would you like to do? (draw) (throw) (quit) draw (Wisdom: LE) The Eclipse Loss of faith and purpose, and the subject's doubt about his abilities or prospects. ``` ### Alignment (Role Dealer) Alignment can also be factored in to take advantage of the Role Dealer feat. You can configure alignment with the `--alignment` flag. Defaults to CN. ``` ./bin/console new --alignment LG ``` ## Roadmap - [ ] Better CLI formatting - [ ] Better error handling - [ ] Save & Load decks - [ ] More deck management options (# cards, shuffling) - [ ] Publish gem