@easy-breezy/plugin-git
TypeScript icon, indicating that this package has built-in type declarations

2.0.45 • Public • Published

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 --dev

Next, install @easy-breezy/plugin-git:

# npm
npm install @easy-breezy/plugin-git --save-dev

# yarn
yarn add @easy-breezy/plugin-git --dev

Configuration

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

Readme

Keywords

Package Sidebar

Install

npm i @easy-breezy/plugin-git

Weekly Downloads

359

Version

2.0.45

License

MIT

Unpacked Size

4.01 kB

Total Files

6

Last publish

Collaborators

  • lamo2k123