@clerc/plugin-help
Version:
Clerc plugin help
26 lines (16 loc) • 524 B
Markdown
# @clerc/plugin-help
[](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)