An open API service indexing awesome lists of open source software.

https://github.com/sindresorhus/pokemon-cli

Get Pokémon names
https://github.com/sindresorhus/pokemon-cli

Last synced: 2 months ago
JSON representation

Get Pokémon names

Awesome Lists containing this project

README

        

# pokemon-cli

> Get [Pokémon](https://en.wikipedia.org/wiki/Pok%C3%A9mon) names

## Install

```sh
npm install --global pokemon-cli
```

## Usage

```
$ pokemon --help

Examples
$ pokemon
Snorlax
$ pokemon --all
Bulbasaur
Ivysaur

$ pokemon --language=ja
マクノシタ

Options
--all Get all the names instead of a random name
--language Set the language for the pokemon [Default: en]
```

## Related

- [pokemon](https://github.com/sindresorhus/pokemon) - API for this module