0.0.7 • Published 1 year ago

@earvin.dev/changelog v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Introduction

The "@earvin.dev/changelog" package is a tool for generating and maintaining a changelog files for your project that can output into a standard keepachangelog format.

Inspired by whitecloakph/changelog-sh and fireship-io/javascript-millionaire

Installation

To install the "@earvin.dev/changelog" package, use the following command:

npm install --save-dev @earvin.dev/changelog

Usage

To generate a changelog file, run the following command:

npx changelog new <added|changed|deprecated|removed|fixed|security> "{content}"
npx changelog init
npx changelog release {version}
npx changelog unreleased

Sample:

npx changelog init
npx changelog unreleased
npx changelog new added "Update layout"
npx changelog release 0.0.1

Interactive:

npx changelog
0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago