brunokiafuka / jokely-cli

mini CLI that consumes API to return a random joke or a single joke based on users search term

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jokely CLI 💻







Install locally

After cloning the repository, navigate to the project repository and run on your terminal the following command:

  • npm install -g . to install the CLI globally on your machine.

Make sure you install the dependencies by running npm install or yarn.

CLI commands

Usage: -s <search term>

Options:
  --help        Show help                                              [boolean]
  --version     Show version number                                    [boolean]
  -s, --search  Search term                                             [string]

About

mini CLI that consumes API to return a random joke or a single joke based on users search term


Languages

Language:JavaScript 100.0%