All Projects โ†’ frinyvonnick โ†’ Gitmoji Changelog

frinyvonnick / Gitmoji Changelog

Licence: mit
A changelog generator for gitmoji ๐Ÿ˜œ

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gitmoji Changelog

Release It
๐Ÿš€ Automate versioning and package publishing
Stars: โœญ 4,773 (+1809.2%)
Mutual labels:  cli, changelog, semver
Node Semantic Git Commit Cli
A CLI for semantic git commits
Stars: โœญ 114 (-54.4%)
Mutual labels:  cli, emoji, commit
Gacp
๐Ÿ’ฌGit add, commit, push with Conventional Commits and Gitmoji.
Stars: โœญ 139 (-44.4%)
Mutual labels:  changelog, emoji, commit
Tox
Command line driven CI frontend and development task automation tool.
Stars: โœญ 2,523 (+909.2%)
Mutual labels:  cli, hacktoberfest
Semantic Release
๐Ÿ“ฆ๐Ÿš€ Fully automated version management and package publishing
Stars: โœญ 14,364 (+5645.6%)
Mutual labels:  changelog, semver
Git History
Quickly browse the history of a file from any git repository
Stars: โœญ 12,676 (+4970.4%)
Mutual labels:  cli, commit
Keep A Changelog
Tools for manipulating CHANGELOG.md files in Keep A Changelog format, including tagging and releasing.
Stars: โœญ 155 (-38%)
Mutual labels:  cli, changelog
Cypress Terminal Report
Better terminal and file output for cypress test logs.
Stars: โœญ 200 (-20%)
Mutual labels:  cli, hacktoberfest
Lighthouse Ci
A useful wrapper around Google Lighthouse CLI
Stars: โœญ 198 (-20.8%)
Mutual labels:  cli, hacktoberfest
Autarky
Liberating disk space from ๐Ÿ“ node_modules
Stars: โœญ 203 (-18.8%)
Mutual labels:  cli, hacktoberfest
Awesomescripts
A Collection of Awesome Scripts in Python to Ease Daily-Life. Create an issue If you have some great idea for the new script. Leave a โญ๏ธ
Stars: โœญ 228 (-8.8%)
Mutual labels:  cli, hacktoberfest
Fpl
An asynchronous Python wrapper for the Fantasy Premier League API.
Stars: โœญ 169 (-32.4%)
Mutual labels:  cli, hacktoberfest
Padroes De Commits
๐Ÿ“„ Padrรฃo de commits para repositรณrios.
Stars: โœญ 164 (-34.4%)
Mutual labels:  emoji, commit
Emojicpp
Emoji ๐Ÿ˜„ for c++ developers ๐Ÿ‘
Stars: โœญ 174 (-30.4%)
Mutual labels:  hacktoberfest, emoji
Fselect
Find files with SQL-like queries
Stars: โœญ 3,103 (+1141.2%)
Mutual labels:  cli, hacktoberfest
Grank
Github ้กน็›ฎๆดป่ทƒๅบฆๅˆ†ๆžๅทฅๅ…ท
Stars: โœญ 199 (-20.4%)
Mutual labels:  cli, hacktoberfest
Tldr
Golang command line client for tldr https://github.com/tldr-pages/tldr
Stars: โœญ 210 (-16%)
Mutual labels:  cli, hacktoberfest
Ten Hands
โšก Simplest way to organize and run command-line tasks
Stars: โœญ 228 (-8.8%)
Mutual labels:  cli, hacktoberfest
Jenkins Cli
Jenkins CLI allows you manage your Jenkins as an easy way
Stars: โœญ 245 (-2%)
Mutual labels:  cli, hacktoberfest
Simplesh
๐Ÿง Quick installation for Ubuntu terminal.
Stars: โœญ 152 (-39.2%)
Mutual labels:  cli, hacktoberfest

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

๐Ÿ’ป

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].