A program that allows you to explore a set of locations, catch, and inspect any pokemon you catch! Type help when running the program to bring up a list of commands.
Powered by PokeAPI.
Required dependencies:
- Go 1.23.0+ (Latest tested version, earlier versions may or may not work)
To build the executable from source, you can run the following:
$ git clone "https://github.com/Compilingjay/pokedex-cli.git"
$ cd pokedex-cli
$ go build