• Stars
    star
    380
  • Rank 110,444 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 6 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A changelog generator for gitmoji ๐Ÿ˜œ

gitmoji-changelog logo

Gitmoji Twitter: YvonnickFrin

Generate changelog for repositories using gitmoji commits convention.

gitmoji-changelog usage example

๐Ÿš€ Usage

Make sure you have npx installed (npx is shipped by default since npm 5.2.0)

Run the following command at the root of your project and answer questions. gitmoji-changelog uses a preset system to handle different type of project. The preset used by default is the Node.js one that look for project's information in the package.json file.

with npx:

npx gitmoji-changelog

with npm:

npm install -g gitmoji-changelog

cd my-project
gitmoji-changelog

It exists a generic preset that works for every kind of project. It looks for information in a .gitmoji-changelogrc file at the root of your project. This file must contain three mandatory properties: name, description and version.

.gitmoji-changelogrc:

{
  "project": {
    "name": "gitmoji-changelog",
    "description": "A changelog generator for gitmoji ๐Ÿ˜œ",
    "version": "2.0.1"
  }
}

You can change the preset used by gitmoji-changelog with the preset option.

npx gitmoji-changelog --preset generic

๐Ÿ“– Documentation

๐Ÿ‘‰ The full documentation is available here.

โœ Author

๐Ÿ‘ค Yvonnick FRIN (https://yvonnickfrin.dev)

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at our contributing guide.

๐Ÿ™ Show your support

Give a โญ๏ธ if this project helped you!

You also can add a badge in the README.md of your repository to promote gitmoji-changelog. All you need is to copy/past the code below:

[![gitmoji-changelog](https://img.shields.io/badge/Changelog-gitmoji-brightgreen.svg)](https://github.com/frinyvonnick/gitmoji-changelog)

It will add this badge: gitmoji-changelog

โœจ Contributors

Thanks goes to these wonderful people (emoji key):


Yvonnick FRIN

๐Ÿ’ป

Benjamin Petetot

๐Ÿ’ป

Fabien JUIF

๐Ÿ’ป

Baptiste Gauduchon

๐Ÿ’ป

Franck Abgrall

๐Ÿ’ป

quentinncl

๐Ÿ’ป

Logan HAUSPIE

๐Ÿ’ป

Guillaume Membrรฉ

๐Ÿ’ป

Yann Bertrand

๐Ÿ’ป

s n

๐Ÿ’ป

Mathieu TUDISCO

๐Ÿ’ป

Charles-Henri GUERIN

๐Ÿ’ป

Florent Berthelot

๐Ÿ’ป

Emmanuel DEMEY

๐Ÿ’ป

Christopher Kade

๐Ÿ“

Rodion Martynov

๐Ÿ“–

Daniel Tamkin

๐Ÿ“–

Erno Salo

๐Ÿ“–

Mark Lyck

๐Ÿ’ป

Lukรกลก Horรกk

๐Ÿ’ป

Julien WITTOUCK

๐Ÿ’ป

This project follows the all-contributors specification. Contributions of any kind welcome!

๐Ÿ“ License

Copyright ยฉ 2020 Yvonnick FRIN (https://github.com/frinyvonnick).
This project is MIT licensed.


This README was generated with โค๏ธ by readme-md-generator