UNPKG

@clerc/plugin-help

Version:
26 lines (16 loc) 524 B
# @clerc/plugin-help [![NPM version](https://img.shields.io/npm/v/@clerc/plugin-help?color=a1b858&label=)](https://www.npmjs.com/package/@clerc/plugin-help) Clerc plugin to add help command to your cli. ## 📦 Installation ```bash $ npm install @clerc/plugin-help $ yarn add @clerc/plugin-help $ pnpm add @clerc/plugin-help ``` ## 🚀 Usage ```ts import { helpPlugin } from "@clerc/plugin-help"; cli.use(helpPlugin()); ``` ## 📝 License [MIT](../../LICENSE). Made with ❤️ by [Ray](https://github.com/so1ve)