Popularity
0.9
Growing
Activity
9.1
Growing
31
0
3
Description
Commit-message - library for assisted commit message generation
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.
-
nvm
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions -
KeyboardJS
A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts. -
cz-git
๐จ A more engineered, lightweight, customizable, standard output format commitizen adapter. -
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. -
licenseye
Node.js CLI tool to visualize an aggregate list of your dependencies' licenses -
cluster-map
Abstracts execution of tasks in parallel using Node.js cluster. -
cron-to-quartz
Node.js library to convert unix or linux CRON syntax to Quartz Scheduler -
zeit
Clock and task scheduler for node.js applications, providing extensive control of time and callback scheduling in prod and test code
Appwrite - The Open Source Firebase alternative introduces iOS support
Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
Promo
appwrite.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"
]
}