@gitmoji/commit-types
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

@gitmoji/commit-types

NPM version NPM downloads semantic-release

Gitmoji styles Commit Types

Signature

type CommitTypes =
  | 'feat'           // Introducing new features
  | 'fix'            // Fixing a bug
  | 'refactor'       // Refactoring code (Not Introducing features or fix)
  | 'docs'           // add documents
  | 'test'           // Adding unit tests or e2e test
  | 'perf'           // Improving performance
  | 'revert'         // Reverting changes or commits
  | 'style'          // Updating the UI and style files
  | 'build'          // build artifacts
  | 'ci'             // working about CI build system
  | 'wip'            // Work in progress
  | 'chore';         // Work with configuration or other stuff

License

MIT ® Arvin Xu

Readme

Keywords

none

Package Sidebar

Install

npm i @gitmoji/commit-types

Weekly Downloads

49,022

Version

1.1.5

License

MIT

Unpacked Size

3.42 kB

Total Files

6

Last publish

Collaborators

  • arvinxx