From a9dadd5fe29597885289499d2a2b88cc47f917d3 Mon Sep 17 00:00:00 2001 From: Mitul Patel Date: Sat, 1 Jun 2024 14:28:34 -0400 Subject: [PATCH] feat(docs): added supported library to toc --- README.md | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 53410ba..4314303 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,23 @@ > Do you feel lucky? Well... Let's roll the dice and find out 🎲. -A Command line tool to generate lottery numbers +A command line tool to generate lottery numbers [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) -* [lottery-cli](#lottery-cli) -* [Usage](#usage) -* [Commands](#commands) + +- [lottery-cli](#lottery-cli) +- [Usage](#usage) +- [Commands](#commands) +- [Support Lotteries](#support-lotteries) + # Usage + ```sh-session $ npm install -g lottery-cli $ lottery COMMAND @@ -26,22 +30,24 @@ USAGE $ lottery COMMAND ... ``` + # Commands -* [`lottery help [COMMAND]`](#lottery-help-command) -* [`lottery plugins`](#lottery-plugins) -* [`lottery plugins add PLUGIN`](#lottery-plugins-add-plugin) -* [`lottery plugins:inspect PLUGIN...`](#lottery-pluginsinspect-plugin) -* [`lottery plugins install PLUGIN`](#lottery-plugins-install-plugin) -* [`lottery plugins link PATH`](#lottery-plugins-link-path) -* [`lottery plugins remove [PLUGIN]`](#lottery-plugins-remove-plugin) -* [`lottery plugins reset`](#lottery-plugins-reset) -* [`lottery plugins uninstall [PLUGIN]`](#lottery-plugins-uninstall-plugin) -* [`lottery plugins unlink [PLUGIN]`](#lottery-plugins-unlink-plugin) -* [`lottery plugins update`](#lottery-plugins-update) + +- [`lottery help [COMMAND]`](#lottery-help-command) +- [`lottery plugins`](#lottery-plugins) +- [`lottery plugins add PLUGIN`](#lottery-plugins-add-plugin) +- [`lottery plugins:inspect PLUGIN...`](#lottery-pluginsinspect-plugin) +- [`lottery plugins install PLUGIN`](#lottery-plugins-install-plugin) +- [`lottery plugins link PATH`](#lottery-plugins-link-path) +- [`lottery plugins remove [PLUGIN]`](#lottery-plugins-remove-plugin) +- [`lottery plugins reset`](#lottery-plugins-reset) +- [`lottery plugins uninstall [PLUGIN]`](#lottery-plugins-uninstall-plugin) +- [`lottery plugins unlink [PLUGIN]`](#lottery-plugins-unlink-plugin) +- [`lottery plugins update`](#lottery-plugins-update) ## `lottery help [COMMAND]` @@ -351,6 +357,7 @@ DESCRIPTION ``` _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.1.3/src/commands/plugins/update.ts)_ + - [`lottery generate`](#lottery-generate)