clh

0.0.4 • Public • Published

clh

An attempt at getting 80-90% of the way through writing a changelog. The process of doing this can be cumbersome. You need to convey the information to the users, but you've largely already written those out, and often just need a shortened version. That's what this helps with in an interactive way.

Usage

npm install clh
npx clh --from=[from] --to=[to]

Options

from and to

We're using git log internally, so you'll want to specify tags, commits, or whatnot. I tag each version in my repository so for me it's usually straightforward, for example: --from="v0.0.1" --to="v0.0.2".

/clh/

    Package Sidebar

    Install

    npm i clh

    Weekly Downloads

    1

    Version

    0.0.4

    License

    none

    Unpacked Size

    7.97 kB

    Total Files

    8

    Last publish

    Collaborators

    • ncb000gt