Skip to content

Latest commit

 

History

1,724 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commit-convention

form8ion plugin for managing tools related to commit conventions

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

MIT license npm Try @form8ion/commit-convention on RunKit node

Installation

$ npm install @form8ion/commit-convention --save-prod

Example

Import

import {packageManagers} from '@form8ion/javascript-core';
import {scaffold, test, lift} from '@form8ion/commit-convention';

Execute

(async () => {
  const projectRoot = process.cwd();

  await scaffold({projectRoot, configs: {}});

  if (await test({projectRoot})) {
    await lift({projectRoot, packageManager: packageManagers.NPM});
  }
})();

Contributing

PRs Welcome Commitizen friendly Conventional Commits semantic-release: angular Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test

About

form8ion plugin for managing tools related to commit conventions

Resources

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages