Socket
Book a DemoInstallSign in
Socket

@lite-v3/changelogger

Package Overview
Dependencies
Maintainers
7
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lite-v3/changelogger

Minimal changelog generator

latest
npmnpm
Version
0.0.6
Version published
Weekly downloads
0
-100%
Maintainers
7
Weekly downloads
 
Created
Source

@lite-v3/changelogger

A minimal utility generating changelog for your package, automatically.

By Tokopedia Version

This module is only needed for webpack 4+.

Prerequisites

git v2.0.0 or higher.
node.js v14.

Install

# Using npm
npm install @lite-v3/changelogger

# Using yarn
yarn add @lite-v3/changelogger

# Using pnpm
pnpm install @lite-v3/changelogger

Usage

import path from 'path';
import changelogger from '@lite-v3/changelogger';

const packageNamePattern = '@tokopedia/lite-utils/**';
const packagePathPattern = '**packages/private/lite-utils**';
const output = path.resolve('path/to/your/package/CHANGELOG.md');

await changelogger(packageNamePattern, packagePathPattern, { output: output });

API

changelogger(packageNamePattern, packagePathPattern, options);

Arguments

packageNamePattern: String (blob pattern, follwoing git's pathspec); packagePathPattern: String (blob pattern, follwoing git's pathspec); options.ouput: String

Code By WPE Team @Tokopedia

FAQs

Package last updated on 28 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts