Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/commit/mod.ts>parse

✍️ Parser for the conventional commits specification
Latest
function parse
import { parse } from "https://deno.land/x/commit@0.1.5/mod.ts";

The sync version. Useful when parsing a single commit. Returns the result.

Parameters

optional
commit: string

A single commit to be parsed.

optional
options: Options

Same as the options of conventionalCommitsParser.