pokemon-cli

Get Pokémon names

Usage no npm install needed!

<script type="module">
  import pokemonCli from 'https://cdn.skypack.dev/pokemon-cli';
</script>

README

pokemon-cli Build Status

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

License

MIT © Sindre Sorhus