pokesickle is a Node.js based CLI tool that gets all sorts of Pokemon related data from PokeAPI onto our terminals.
Use the fork and clone command for now to install pokesickle.
- Fork the repository.
- Clone the repository on your local machine.
- Do the following steps-
npm install
To display help:
pokesickle -h
To command pokemon help:
pokesickle pokemon -h
To display sub-command of pokemon:
pokesickle pokemon show -h
Example to show pokemon by Id:
pokesickle pokemon show -id 3
Example to show pokemon by name:
pokesickle pokemon show -name charizard
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.