Skip to content

earvin-dev/changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published