Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 508 Bytes

File metadata and controls

16 lines (13 loc) · 508 Bytes

Pokedex CLI

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.

Building from Source

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