generator-changelog

1.0.2 • Public • Published

Generator Changelog

Introduction

A simple helper to generate changelog.md file. Inspired by Gitlab changelog entries.

Create unreleased changelogs entries, then, on release, group all an generate a changelog.md file.

Code Samples

Create new entry on unreleased changes

Just run yo changelog on your console.

foo@bar:~$ yo changelog

? Author Yuri Titi
? Type of change? Added
? What's change? Generator to update changelog.md file

Generate changelog.md

Just run yo changelog:generate on your console.

This will ask you version then update changelog.md and package.json

foo@bar:~$ yo changelog:generate

? Version 1.0.0

Installation

foo@bar:~$ npm install -g yo generator-changelog

Readme

Keywords

none

Package Sidebar

Install

npm i generator-changelog

Weekly Downloads

9

Version

1.0.2

License

MIT

Unpacked Size

6.86 kB

Total Files

6

Last publish

Collaborators

  • yurititi13