![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenanceโdevelopers should switch to Vite or other modern alternatives.
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
Create React App is officially deprecated due to React 19 issues and lack of maintenanceโdevelopers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.