0.0.2 • Published 8 months ago

cz-git-gitmoji-prompts v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

0.0.2

8 months ago

0.0.1

8 months ago

0.0.0

8 months ago