1.0.1 ā€¢ Published 2 years ago

chanlog v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

chanlog

A beautiful javascript tool to change log and generate CHANGELOG.md file

āœØ Feature

  • fast to generate CHANGELOG.md

šŸš€ Start

install

npm i -D chanlog # OR yarn add -D chanlog
  "scripts": {
    "chanlog": "chanlog"
  },
npm run chanlog # OR yarn chanlog