JSPM

@gitmoji/commit-types

1.1.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 46108
  • Score
    100M100P100Q157607F
  • License MIT

gitmoji styles commit types

Package Exports

  • @gitmoji/commit-types

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gitmoji/commit-types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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