Skip to content

A Node-JS based CLI Tool for all sorts of Pokemon information.

Notifications You must be signed in to change notification settings

prathameshkurunkar7/pokesickle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokesickle

pokesickle is a Node.js based CLI tool that gets all sorts of Pokemon related data from PokeAPI onto our terminals.

Installation

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

Usage

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

Contributing

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.

License

MIT

About

A Node-JS based CLI Tool for all sorts of Pokemon information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published