@easy-breezy/plugin-git
v2.0.45
Published
Plugin adds generated files to git
Readme
The plugin adds new files created by @easy-breezy/core to the GIT index.
Installation
You'll first need to install @easy-breezy/core:
# npm
npm install @easy-breezy/core --save-dev
# yarn
yarn add @easy-breezy/core --devNext, install @easy-breezy/plugin-git:
# npm
npm install @easy-breezy/plugin-git --save-dev
# yarn
yarn add @easy-breezy/plugin-git --devConfiguration
| Name | Value | Description |
| ------------- |--------------------|----------------------------------------------------------------------------------------|
| add | manual or true | true - Adds automatically manual - Спрашивает подтверждения для добавления |
.easy-breezy/config.json
{
// ...
"plugins": {
// ...
"git": {
"add": "manual"
}
},
}After starting, just follow the instructions in the CLI
