3.0.0 • Published 2 months ago

pokemon-cli v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 months ago

pokemon-cli

Get Pokémon names

Install

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