Poketool is go cli tool for looking up Pokémon data.
- add unique pokedex command
- revamp command output for resource commands
- possibly re-implement pokeapi-go in this repo as its 4 years old and not sure how reliable it is?
- add support for pagination resource list exploring
- possibly switch to
https://github.com/charmbracelet/bubbletea
for terminal ui? - finish tests for resources by adding controller tests
- resources restructure using interfaces for easier testing and mocking