All Projects → Eliot00 → commit-formatter

Eliot00 / commit-formatter

Licence: other
A CLI tool to help you write git commit

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to commit-formatter

commitlint-plugin-function-rules
Commitlint plugin to define rules as functions.
Stars: ✭ 21 (+23.53%)
Mutual labels:  commitlint
gitmoji-commit-workflow
😉 Gitmoji Commit Workflow
Stars: ✭ 120 (+605.88%)
Mutual labels:  commitlint
commitlint-config-cz
⚙️ commitlint sharable configuration, automatically converts/merges your cz-customizable (commitizen) config.
Stars: ✭ 23 (+35.29%)
Mutual labels:  commitlint
vite-vue3-starter
⭐ A Vite 2.x + Vue 3.x + TypeScript template starter
Stars: ✭ 384 (+2158.82%)
Mutual labels:  commitlint
inside-client
Human Resources Department Tool. https://ifactory-solutions.github.io/inside-client/
Stars: ✭ 42 (+147.06%)
Mutual labels:  commitlint
commitlint
开箱即用的代码提交规范
Stars: ✭ 51 (+200%)
Mutual labels:  commitlint
glint
glint is a friendly tool for creating commits in the Conventional Commit style
Stars: ✭ 80 (+370.59%)
Mutual labels:  commitlint
fe-standard-config-seed
前端通用代码规范自动化接入
Stars: ✭ 18 (+5.88%)
Mutual labels:  commitlint
awesome-react-app
Always the latest version of "create-react-app" with awesome configurations (lint, commit lint, husk, editor config, etc)
Stars: ✭ 44 (+158.82%)
Mutual labels:  commitlint
bash-for-developers
🎓 Tutorial completo e em português para devs iniciantes de como usar o Bash e o Git.
Stars: ✭ 97 (+470.59%)
Mutual labels:  commitlint
nest-boilerplate
Nest.js boilerplate with CircleCI, Commitizen, Commitlint, Docker-Compose, ESLint, GitHub Actions, Husky, Lint-staged, OpenAPI, Prettier, PostGreSQL, Travis CI, TypeORM
Stars: ✭ 16 (-5.88%)
Mutual labels:  commitlint
elint
A easy way to lint your code
Stars: ✭ 38 (+123.53%)
Mutual labels:  commitlint
node-backend-template
A template for NodeJS backend projects
Stars: ✭ 19 (+11.76%)
Mutual labels:  commitlint
komit
An interactive prompt for conventional commit messages that doesn't get in your way. Designed to run as a git hook.
Stars: ✭ 29 (+70.59%)
Mutual labels:  commitlint
commitiquette
Plugin for Commitizen that uses commitLint configuration
Stars: ✭ 24 (+41.18%)
Mutual labels:  commitlint

commit-formatter

A Rust version commitizen.

Download

cargo install commit-formatter

If you get a error: 'command not found: commit-formatter', maybe you need to add cargo installation directory to PATH.

Usage

Recommend to use alias like cf.

git add <files>
cf

Updated: after version 0.2.1, this crate's binary target name specified to git-cf, so you can use it with git cf as a git subcommand.

Custom

Put a commit-format.json in your project directory.

Example

[
	{
		"text": "特性",
		"description": "新功能"
	},
	{
		"text": "",
		"description": "修復bug"
	}
]
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].