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

1.1.12 • Public • Published

@jayree/changelog

Parse a CHANGELOG.md file of a package and return the most recent entry.

Install

npm install @jayree/changelog

Usage

import { join, dirname } from 'node:path';
import { fileURLToPath } from 'node:url';
import printChangeLog from '@jayree/changelog';

const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);

const pathToChangeLog = join(__dirname, '..', '..');
const cacheDir = this.config.cacheDir;

console.log(printChangeLog(cacheDir, pathToChangeLog));

Readme

Keywords

none

Package Sidebar

Install

npm i @jayree/changelog

Weekly Downloads

1,077

Version

1.1.12

License

BSD-3-Clause

Unpacked Size

47.1 kB

Total Files

10

Last publish

Collaborators

  • jayree