repobuddy
v1.2.0
Published
Your Repobuddy CLI
Downloads
209
Maintainers
Readme
repobuddy
[repobuddy] is a CLI tools to manage your repository.
It is a plugin-based CLI tool based on clibuilder.
Install
npm install -D repobuddy
yarn add -D repobuddy
pnpm add -D repobuddy
Usage
As a plugin-based CLI, each plugin will provide additional commands to the CLI.
- 🚧
buddy init
: creates a.repobuddy.json
file in the current directory. - 🚧
buddy add <plugin>
: adds a@repobuddy/<plugin>
to your project.