tpb
A little CLI to fetch data from apibay.org.
Installation
You can build it if you have Crystal with
shards build
Or check for releases.
Usage
Use tpb -h
for usage details.
Development
To work on it, you'll need Crystal (check the shards.yml for the version).
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Merge Request
Contributors
- bjjb - creator and maintainer