![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
gitcm
is an opinionated git commits message helper.
npx @gitcm/cli
You can choose to install globally so that you can use the gitcm
or git-commit
commands. They are equivalent to npx @gitcm/cli
.
npm install -g @gitcm/cli
For example, you can use the following command:
gitcm init "init commit"
Which will execute the following command:
git commit -m ":tada: init: init commit"
We provide an interactive cli tool.
$ gitcm
โ @gitcm/cli - v0.1.4
โ
โ Config file found in C:\Users\Jannchie\.config\gitcm\config.json
โ
โ What is the commit type? (required)
โ โจ feat
โ
โ What is the commit scope? (optional)
โ test
โ
โ What is the commit body? (required)
โ this is a commit message
โ
โ Your commit command is โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ git commit -m ":sparkles: feat(test): this is a commit message" โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
You can also set the type, scope and body with command-line arguments:
# git commit -m ":sparkles: feat(test): test commit"
gitcm feat test "test commit"
# git commit -m ":sparkles: feat: test commit"
gitcm feat "test commit"
We provide an AI-powered commit message generator.
# Generate a commit message with OpenAI ChatGPT API
gitcm -a
You can find help with the following command:
gitcm --help
When you use this command for the first time, it writes the configuration in ~/.config/gitcm/config.json
.
You can change the configuration by editing this file.
MIT
FAQs
An opinionated git commits message helper.
We found that @gitcm/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.ย It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenanceโdevelopers should switch to Vite or other modern alternatives.