@commitlint/parse
Lint your commit messages
Last updated 3 years ago by escapedcat .
MIT · Repository · Bugs · Original npm
$ cnpm install @commitlint/parse 
SYNC missed versions from official npm registry.

Parse commit messages to structured data

@commitlint/parse

Install

npm install --save @commitlint/parse

Use

const parse = require('@commitlint/parse');

API

parse(message: string, parser: Function, parserOpts: Object)

  • message: Commit message to parser
  • parser: Sync parser function to use. Defaults to sync of conventional-commits-parser
  • parserOpts: Options to pass to parser
    {
      commentChar: null, // character indicating comment lines
      issuePrefixes: ['#'] // prefix characters for issue references
    }
    

Current Tags

  • 17.2.0                                ...           latest (3 years ago)

12 Versions

  • 17.2.0                                ...           3 years ago
  • 8.3.6                                ...           4 years ago
  • 13.2.0                                ...           4 years ago
  • 14.0.0                                ...           4 years ago
  • 17.0.0                                ...           3 years ago
  • 16.2.1                                ...           4 years ago
  • 13.1.0                                ...           4 years ago
  • 12.1.4                                ...           4 years ago
  • 12.0.1                                ...           5 years ago
  • 12.1.0                                ...           4 years ago
  • 11.0.0                                ...           5 years ago
  • 12.0.0                                ...           5 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dev Dependencies (2)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org