Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.07 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.07 KB

Build Status Go Report Card Latest Version 996.icu Repo Size

Conventional Commit Parser

This is a parser for Conventional Commits

go get -u github.com/release-lab/conventional-commit-parser
package main

import (
  "fmt"
  "github.com/release-lab/conventional-commit-parser"
)

func main() {
  result := conventionalcommitparser.Parse("feat: this is a commit message")

  fmt.Printf("%+v\n", result)
}

License

The Anti-996 License