JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q25698F
  • License GPL-3.0-or-later

A commit-formatter tool built to make sweet-looking commit messages :D Follows the [Angular commit-conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit) and [gitmojis](https://gitmoji.dev/) with more options

Package Exports

  • cty
  • cty/dist/index.js

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 (cty) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🎄 | conventional-commits-emojified

The_commit_wizard

A commit-formatter tool built to make sweet-looking commit messages :D

This was heavily inspired by the Conventional commits, Angular commit conventions, Commitizen and Gitmojis.

I needed a tool that wasn't something serious, but let me structure my commits in a neat, and de-facto format, so I wrote a teeny CLI. Currently, it's far from what I want, in terms of customisation, but I plan on coming back to it soon!

Features

  • Standardises your commits with an unique message structure.
  • Follows conventional commits but with emojis!

Plans

  • Ability to bind the letter count on commit messages.
  • Ability to add case-checking and formatting to the commit messages.
  • Ability to structure your own commit messages.
  • Turning the initial commit into a structured one as well.
  • Allowing further actions to look cooler.