0.0.5 • Published 3 months ago

changelog-make v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

CHANGELOG MAKE

Description

This is a simple CLI script for making easier to write individual changelog files to your project. Each developer should run this script everytime they start a new task, enabling quickly filling changelog data such as task id, description, section and type of implementation.

Instalation

npm i changelog-make

Usage

Simply create a script and import the package:

import ask from 'changelog-make';
ask();

Then, you can add this to your scripts section on package.json:

scripts: {
  "changelog:make": "node ./scripts/changelog-make.js 
}
0.0.5

3 months ago

0.0.4

3 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago

0.0.0

6 months ago