npm
npmjs.com › package › @commitlint › prompt-cli
@commitlint/prompt-cli - npm
May 8, 2025 - commit prompt using commitlint.config.js. Latest version: 20.5.0, last published: 25 days ago. Start using @commitlint/prompt-cli in your project by running `npm i @commitlint/prompt-cli`. There are 23 other projects in the npm registry using @commitlint/prompt-cli.
» npm install @commitlint/prompt-cli
Published Mar 15, 2026
Version 20.5.0
Commitlint
commitlint.js.org › guides › use-prompt.html
Guide: Use prompt | commitlint
@commitlint/prompt-cli helps with fast authoring of commit messages and ensures they adhere to the commit convention configured in commitlint.config.js.
npm
npmjs.com › package › @commitlint › prompt
@commitlint/prompt - npm
May 8, 2025 - This is the library and commitizen adapter version of commitlint prompt. A ready-to-use cli version is available at @commitlint/prompt-cli.
» npm install @commitlint/prompt
Commitlint
commitlint.js.org › guides › ci-setup.html
Guide: CI Setup | commitlint
Learn how to use @commitlint/prompt-cli in the Use prompt guide.
CodeSandbox
codesandbox.io › examples › package › @commitlint › prompt-cli
@commitlint/prompt-cli examples - CodeSandbox
Use this online @commitlint/prompt-cli playground to view and fork @commitlint/prompt-cli example apps and templates on CodeSandbox.
Stack Overflow
stackoverflow.com › questions › 74067627 › commitlint-prompt-cli-configuration-not-working
@commitlint/prompt-cli configuration not working - Stack Overflow
module.exports = { extends: ['@commitlint/config-conventional'], prompt: { questions: { type: { description: "My description:", enum: { feat: { description: 'A new feature', title: 'Features', }, fix: { description: 'A bug fix', title: 'Bug Fixes', }, } } } } };
GitHub
github.com › conventional-changelog › commitlint › tree › master › @commitlint › prompt-cli
commitlint/@commitlint/prompt-cli at master · conventional-changelog/commitlint
npm install -g @commitlint/prompt-cli @commitlint/config-angular echo "export default {extends: ['@commitlint/config-angular']};" > commitlint.config.js · git add . commit ·
Author conventional-changelog
GitHub
github.com › conventional-changelog › commitlint › tree › a43a1bda1530fde1c7da25d76b3613c267f650b3 › @commitlint › prompt-cli
commitlint/@commitlint/prompt-cli at a43a1bda1530fde1c7da25d76b3613c267f650b3 · conventional-changelog/commitlint
npm install -g @commitlint/prompt-cli @commitlint/config-angular echo "export default {extends: ['@commitlint/config-angular']};" > commitlint.config.js · git add . commit ·
Author conventional-changelog
GitHub
github.com › conventional-changelog › commitlint › tree › 803c05b6d722676ed499585ed713d185d1670462 › @commitlint › prompt-cli
commitlint/@commitlint/prompt-cli at 803c05b6d722676ed499585ed713d185d1670462 · conventional-changelog/commitlint
npm install -g @commitlint/prompt-cli @commitlint/config-angular echo "export default {extends: ['@commitlint/config-angular']};" > commitlint.config.js · git add . commit ·
Author conventional-changelog
New Releases
newreleases.io › project › npm › @commitlint › prompt-cli › release › 20.5.0
@commitlint/prompt-cli 20.5.0 on Node.js NPM
March 15, 2026 - New release @commitlint/prompt-cli version 20.5.0 v20.5.0 on Node.js NPM.
DEV Community
dev.to › thecharacterv › git-better-with-commitlint-and-conventional-commits-21pp
Git Better with Commitlint and Conventional Commits - DEV Community
May 26, 2023 - The following commands will not work properly when using Command Prompt. Also make sure after running the command in step 2 to create the commitlint.config.js, the file must be UTF-8 in order to work (if in VSCode, check the bottom right corner. It may say UTF-16. This can be manually adjusted). Run the command npm install --save-dev @commitlint/config-conventional @commitlint/cli in your terminal .
Commitlint
commitlint.js.org › reference › prompt.html
Prompt | commitlint
scopeEnumSeparator: (string) Commitlint supports multiple scopes, you can specify the delimiter. It is applied when enableMultipleScopes set true. useExclamationMark: (boolean) Append ! after the type/scope in the commit header when a breaking change is indicated, disabled by default. Set hint contents, you can configure it to support localization. ... export default { parserPreset: 'conventional-changelog-conventionalcommits', rules: { ... }, prompt: { settings: {}, messages: { skip: ':skip', max: 'upper %d chars', min: '%d chars at least', emptyWarning: 'can not be empty', upperLimitWarning:
StackShare
stackshare.io › npm--commitlint-prompt-cli
Stackshare
@commitlint/prompt-cli is a tool in the Languages category of a tech stack.
GitHub
github.com › conventional-changelog › commitlint
GitHub - conventional-changelog/commitlint: 📓 Lint commit messages
git clone git@github.com:conventional-changelog/commitlint.git cd commitlint yarn yarn run build # run build tasks yarn start # run tests, again on change yarn run commitlint # run CLI
Starred by 18.5K users
Forked by 964 users
Languages TypeScript 92.1% | JavaScript 7.9%
Npm
npm.io › package › @commitlint › prompt-cli
@commitlint/prompt-cli NPM | npm.io
npm install -g @commitlint/prompt-cli @commitlint/config-angular echo "export default {extends: ['@commitlint/config-angular']};" > commitlint.config.js
Npm
npm.io › package › @commitlint › prompt
@commitlint/prompt NPM | npm.io
This is the library and commitizen adapter version of commitlint prompt. A ready-to-use cli version is available at @commitlint/prompt-cli.