Generate a Markdown file according to conventional Git commits.
unporter is a tool, developed in TypeScript and based on Node.js, generate a Markdown file according to conventional Git commits.
To install to using npm package manager:
npm install -g unporter
After installation, you can use the tool:
unporter <branch>
The tool provides several options:
-b
,--branch <branch>
Defines the parent branch. The specified branch will be used with the current branch to determine the commits to retrieve. By default, the master branch is used.
-o
,--output <file>
Defines the output file: the content generated by the tool will be redirected to this file.
--debug
Enables the debug mode.
This project is licensed under the MIT License - see the LICENSE file for details.