@migueleraso/conventional-commit

1.0.3 • Public • Published

Conventional commit manager

Installation

npm install @migueleraso/conventional-commit -D

Config at file conventional-commit.config.js

import { setSettings } from '@migueleraso/conventional-commit/settings.js'

export default setSettings(settings => {
  settings.types.push({
    name: 'Custom Type 📅',
    description: 'This is a custom type',
  })

  settings.scopes.push({
    name: 'Custom Scope 📅',
    description: 'This is a custom scope',
  })

  return settings
})

Usage

"scripts": {
    "commit": "conventional-commit"
 },

Readme

Keywords

Package Sidebar

Install

npm i @migueleraso/conventional-commit

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

5.52 kB

Total Files

4

Last publish

Collaborators

  • migueleraso