@ibjs/changelog
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

@ibjs/changelog

generate changelog by git tags and commits

Install

pnpm i -D @ibjs/changelog

Usage

import {
  getChangelogMarkdown,
  getTotalChangelogMarkdown,
  generateChangelog,
  generateTotalChangelog,
} from "@ibjs/changelog";

// get the changelog markdown by two git tags
getChangelogMarkdown();

// get the changelog markdown by the total git tags
getTotalChangelogMarkdown();

// generate the changelog markdown by two git tags
generateChangelog();

// generate the changelog markdown by the total git tags
generateTotalChangelog();

Readme

Keywords

none

Package Sidebar

Install

npm i @ibjs/changelog

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

59 kB

Total Files

6

Last publish

Collaborators

  • ibjs