pokecli/README.md
2024-09-23 22:27:24 +01:00

812 B

pokecli

Overview

pokecli is a simple CLI application that uses the PokéAPI for exploring the Pokémon world and capturing Pokémon.

Repository mirrors

Requirements

  • Go: A minimum version of Go 1.23.1 is required for building the pokecli. Please go here to download the latest version.

Build the application

Clone this repository to your local machine.

git clone https://github.com/dananglin/pokecli.git

Build the application.

  • Build with go.

    go build -o pokecli .
    
  • Or build with mage if you have it installed.

    mage clean build
    

Usage

TBC