cz-git-gitmoji-prompts
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

cz-git-prompts

a gitmojis adapter for cz-git prompts

Install

pnpm add -D cz-git-prompts

Usage

Ensure you have czg cli or commitizen + czg-git installed. Echo the following code to your commitlint config(e.g.commitlint.config.js) or czg config(e.g. cz-config.js):

// for `commitlint.config.js`
import promptsConfig from 'cz-git-prompts'

export default {
  // ...
  ...promptsConfig,
}

// for `cz-config.js`
export default {
  // ...
  ...promptsConfig.prompt,
}

About cz-git prompts, see cz-git

Readme

Keywords

Package Sidebar

Install

npm i cz-git-gitmoji-prompts

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

34.5 kB

Total Files

7

Last publish

Collaborators

  • shlroland