Socket
Socket
Sign inDemoInstall

@lite-v3/changelogger

Package Overview
Dependencies
16
Maintainers
7
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lite-v3/changelogger

Minimal changelog generator


Version published
Weekly downloads
5
decreased by-58.33%
Maintainers
7
Install size
5.27 MB
Created
Weekly downloads
 

Readme

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

Last updated on 28 Apr 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc