start-a-changelog
v0.1.1
Published
A tool to generate a starter changelog file
Downloads
3
Readme
Start a Changelog JS
NOTE: it looks like there's a more full-featured version of this concept at https://www.npmjs.com/package/keep-a-changelog
An npx-able way to get a copy of the changelog from https://keepachangelog.com . It's especially helpful when starting up a new project and you don't want to leave your CLI.
Installation
You could install it, but you'll probably just want to:
$ npx start-a-changelog > CHANGELOG.md
To install (note this package has no dependencies other than node/npm)
$ npm i -g start-a-changelog
Benefits
- starting a detailed changelog is very nice for your users
- You can
npx
it or install it globally (it has no dependencies)
Credit
This of course would not be possible without the work of many people on https://keepachangelog.com , espeically Olivier Lacan
The idea for this package was inspired directly by lice-js, written by Daniel Haight
Please note, I am not affiliated with either of the above projects.
License
MIT — See LICENSE