@easy-breezy/plugin-git
Version:
Plugin adds generated files to git
41 lines (33 loc) • 1.08 kB
Markdown
The plugin adds new files created by `-breezy/core` to the GIT index.
## Installation
You'll first need to install [-breezy/core](https://www.npmjs.com/package/@easy-breezy/core):
```sh
# npm
npm install -breezy/core --save-dev
# yarn
yarn add -breezy/core --dev
```
Next, install `-breezy/plugin-git`:
```sh
# npm
npm install -breezy/plugin-git --save-dev
# yarn
yarn add -breezy/plugin-git --dev
```
## Configuration
| Name | Value | Description |
| ------------- |--------------------|----------------------------------------------------------------------------------------|
| `add` | `manual` or `true` | `true` - Adds automatically <br /> `manual` - Спрашивает подтверждения для добавления |
.easy-breezy/config.json
```sh
{
// ...
"plugins": {
// ...
"git": {
"add": "manual"
}
},
}
```
After starting, just follow the instructions in the `CLI`