Skip to content

Commit

Permalink
feat(tags): package badges
Browse files Browse the repository at this point in the history
  • Loading branch information
bittricky committed Jun 1, 2024
1 parent af5fc7a commit 6854886
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
A command line tool to generate jackpot numbers

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/jackpot-cli.svg)](https://npmjs.org/package/jackpot-cli)
[![Downloads/week](https://img.shields.io/npm/dw/jackpot-cli.svg)](https://www.npmjs.com/package/jackpot-cli)

<!-- toc -->

Expand Down Expand Up @@ -51,17 +53,17 @@ USAGE

## `jackpot generate`

Generate jackpot numbers for major global lotteries
Generate lottery numbers for major global lotteries

```
USAGE
$ jackpot generate -l <value>
FLAGS
-l, --lotto=<value> (required) type of jackpot
-l, --lotto=<value> (required) type of lottery
DESCRIPTION
Generate jackpot numbers for major global lotteries
Generate lottery numbers for major global lotteries
EXAMPLES
$ jackpot generate --lotto powerball
Expand Down Expand Up @@ -161,8 +163,8 @@ DESCRIPTION
Installation of a user-installed plugin will override a core plugin.
Use the jackpot_NPM_LOG_LEVEL environment variable to set the npm loglevel.
Use the jackpot_NPM_REGISTRY environment variable to set the npm registry.
Use the JACKPOT_NPM_LOG_LEVEL environment variable to set the npm loglevel.
Use the JACKPOT_NPM_REGISTRY environment variable to set the npm registry.
ALIASES
$ jackpot plugins:add
Expand Down Expand Up @@ -235,8 +237,8 @@ DESCRIPTION
Installation of a user-installed plugin will override a core plugin.
Use the jackpot_NPM_LOG_LEVEL environment variable to set the npm loglevel.
Use the jackpot_NPM_REGISTRY environment variable to set the npm registry.
Use the JACKPOT_NPM_LOG_LEVEL environment variable to set the npm loglevel.
Use the JACKPOT_NPM_REGISTRY environment variable to set the npm registry.
ALIASES
$ jackpot plugins:add
Expand Down

0 comments on commit 6854886

Please sign in to comment.