danger-plugin-v-1
TypeScript icon, indicating that this package has built-in type declarations

0.0.0-development • Public • Published

danger-plugin-v-1

Build Status npm version semantic-release

This plugin checks commits messages

Usage

Install(with npm or yarn ):

yarn add danger-plugin-v-1 --save-dev  

At a glance:

// dangerfile.js
import v1 from 'danger-plugin-v-1'

// v1()
import commitlint from 'danger-plugin-conventional-commitlint'
import configConventional from '@commitlint/config-conventional';

(async function dangerReport() {

  const commitlintConfig = {
    severity: 'warn'
  };
  await v1(configConventional.rules, commitlintConfig);
})();

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.

Readme

Keywords

Package Sidebar

Install

npm i danger-plugin-v-1

Weekly Downloads

0

Version

0.0.0-development

License

MIT

Unpacked Size

21.4 kB

Total Files

12

Last publish

Collaborators

  • anderwansam