Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 491 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 491 Bytes

Poketool

Poketool is go cli tool for looking up Pokémon data.

Todos

  • 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?
  • add error handler for controllers
  • properly create mocks for tests instead of making network calls