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
- Host: GitHub
- URL: https://github.com/sindresorhus/pokemon-cli
- Owner: sindresorhus
- License: mit
- Created: 2016-07-25T18:52:04.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T14:38:34.000Z (about 1 year ago)
- Last Synced: 2025-02-01T03:28:34.446Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 49
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-pokemon - pokemon-cli - CLI to get Pokémon names. (Development Projects)
README
# pokemon-cli
> Get [Pokémon](https://en.wikipedia.org/wiki/Pok%C3%A9mon) names
## Install
```sh
npm install --global pokemon-cli
```## Usage
```
$ pokemon --helpExamples
$ 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