Popularity
0.2
Declining
Activity
9.2
Declining
0
1
0
Description
Commit-message - library for assisted commit message generation
Monthly Downloads: 0
Programming language: HTML
License: MIT License
Latest version: v4.5.0
Commit-message alternatives and similar modules
Based on the "Utilities" category.
Alternatively, view Commit-message alternatives based on common mentions on social networks and blogs.
-
KeyboardJS
A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts. -
cz-git
cz-git | czg ๐ ๏ธ DX first and more engineered, lightweight, customizable, standard output format Commitizen adapter and CLI -
ANSI Styles
CJS/ESM ANSI color library for CI, terminals and Chromium-based browser consoles. Compatible with Bun, Deno, Next.JS. -
node-object-hash
Node.js object hash library with properties/arrays sorting to provide constant hashes. It also provides a method that returns sorted object strings that can be used for object comparison without hashes. -
zeit
Clock and task scheduler for node.js applications, providing extensive control of time and callback scheduling in prod and test code
SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
Promo
surveyjs.io

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Commit-message or a related project?
README
Services
Renovate possible rules
"packageRules": [
{
"depTypeList": ["devDependencies"],
"extends": [":automergeMinor"]
}
]
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
"packageRules": [
{
"updateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
{
"semanticCommits": true,
"packageRules": [{
"depTypeList": ["devDependencies"],
"automerge": true
}],
"extends": [
"config:base"
]
}