philolo1 / go-pokedex-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Pokemon cli Exercise solution

This is my solution for boot.dev pokedex index cli.

This program uses Taskfile, please install[https://taskfile.dev/installation/] them first.

Then you can do the following command to run the program:
```
task run
```

The following command lets you test:

```
task test-cache
```


About


Languages

Language:Go 92.7%Language:TypeScript 7.3%