Skip to content

Commit

Permalink
chore: add more plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Mar 27, 2024
1 parent 08a6f9c commit dbae5e5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@ If you want users to be able to install their own plugins into your CLI, use the
* [@oclif/plugin-which](https://github.com/oclif/plugin-which) - Show which plugin a command comes from.
* [@oclif/plugin-commands](https://github.com/oclif/plugin-commands) - Add a `commands` command to list all the commands.
* [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete) - Add bash/zsh autocomplete.

## Community Plugins
* [conf-cli](https://github.com/natzcam/conf-cli) - Adds a `conf` command to share state/configuration between commands. Uses [sindresorhus/conf](https://github.com/sindresorhus/conf).
* [Add yours here](https://github.com/oclif/oclif.github.io/blob/docs/docs/plugins.md)!
* [@oclif/plugin-search](https://github.com/oclif/plugin-search) - Add `search` command to your CLI.
* [@oclif/plugin-version](https://github.com/oclif/plugin-version) - Add `version` command to your CLI.

## Building your own plugin

Expand Down

0 comments on commit dbae5e5

Please sign in to comment.