Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

fabiospampinato/autogit-plugin-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autogit Plugin - Commit

A plugin for making a commit.

Install

npm install --save autogit-plugin-commit

Usage

Options

This plugin uses the following options object:

{
  message: '' // The message of the commit
}

Configuration

Add this plugin to a command:

const commit = require ( 'autogit-plugin-commit' );

module.exports = {
  commands: {
    'my-command': [
      commit ({ message: 'My commit' })
    ]
  }
}

License

MIT © Fabio Spampinato

About

A plugin for making a commit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published