@conventional-changelog/template
v1.4.0
Published
Template utilities for conventional changelog generation.
Readme
@conventional-changelog/template
Template utilities for conventional changelog generation.
Install
# pnpm
pnpm add @conventional-changelog/template
# yarn
yarn add @conventional-changelog/template
# npm
npm i @conventional-changelog/templateUsage
import {
heading,
link,
list,
url
} from '@conventional-changelog/template'
console.log(heading(2, 'Features')) // ## Features
console.log(link('commit', url('https://github.com/example/repo', 'commit', 'abc123')))
console.log(list(['a', 'b'], item => item))Documentation
For the API reference, visit the documentation website.
License
MIT © Dan Onoshko
