aro
a cli for tarot - follow the way of the aro eht.
current version:
aro is a command line interface that allows you to manage multiple tarot decks.
install
$ gem install aro
use
$ aro -h
develop
# the Rakefile contains bundler's gem_tasks,
# which are used for gem development.
# Rakefile
require "bundler/gem_tasks"
# list tasks
$ rake --tasks
# build gem
$ rake build
# build and install
$ rake install
test
$ rspec
pre-commit hook:
: cat .git/hooks/pre-commit
#!/bin/sh
echo "running pre-commit hooks"
echo "exec rspec -f d -o ./spec/spec.log"
exec rspec -f d -o ./spec/spec.log
aro by i2097i is copyright (2025)