https://github.com/piraces/pokemon-cli
Pokemon CLI util written in Go that makes use of https://pokeapi.co
https://github.com/piraces/pokemon-cli
Last synced: 7 months ago
JSON representation
Pokemon CLI util written in Go that makes use of https://pokeapi.co
- Host: GitHub
- URL: https://github.com/piraces/pokemon-cli
- Owner: piraces
- License: mit
- Created: 2022-04-28T10:30:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T12:35:44.000Z (over 3 years ago)
- Last Synced: 2025-02-25T20:43:31.276Z (11 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pokemon-cli
Pokemon CLI util written in Go that makes use of https://pokeapi.co
# Usage
```shell
Usage:
pokemon [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
list Lists basic information for all pokemon
Flags:
-h, --help help for pokemon
Use "pokemon [command] --help" for more information about a command.
```
## List Pokemon details
### List all
```shell
go run cmd/pokemon-cli/main.go list
```
### List by id
```shell
go run cmd/pokemon-cli/main.go list -i 123
```