Please do contribute! Issues and pull requests are welcome.
Clone euchre-cli repo.
git clone https://github.com/boldandbrad/euchre-cli
Install local package in development mode.
Note: The
pip
line does not work in zsh for some reason. Run it in another shell.
cd euchre-cli
pip install -e .[dev]
Run the cli.
euchre --help
euchre-cli uses docsify for documentation.
Install the docsify cli.
npm install docsify-cli -g
Serve the docs on localhost:3000
.
docsify serve docs
pytest
coming soon.
coming soon.