Socket
Book a DemoInstallSign in
Socket

@readme/changelog

Package Overview
Dependencies
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readme/changelog

Changelog generator in use at ReadMe

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
-100%
Maintainers
5
Weekly downloads
 
Created
Source

@readme/changelog

Changelog generator in use at ReadMe

CircleCI

Installation

npm install @readme/changelog --save

Usage

Parses your recent git history for any commits that look like the following:

[feature][new] This is a brand new feature!

This is a longer description of the feature

This gets parsed out into a commit object like the following:

{
  "type": "new",
  "title": "This is a brand new feature!",
  "date": "2018-03-13 10:42:45 -0700",
  "description": "This is a longer description of the feature"
}

If you use the cli, an array of commits will get saved to changelog.json in the current working directory.

$ changelog

Credits

Dom Harrington

License

ISC

FAQs

Package last updated on 13 Mar 2018

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