gitmoji-cli icon indicating copy to clipboard operation
gitmoji-cli copied to clipboard

Support Multiple Configuration File Formats (JS, MJS, CJS, TS)

Open robin-ln opened this issue 4 months ago • 0 comments

Description of the problem

Currently, Gitmoji CLI only supports a single configuration file format: gitmoji-rc.json. This limits flexibility for projects that could benefit from dynamic or typed configurations.

Supporting multiple file formats (including JavaScript and TypeScript) would allow configuration logic to be centralized and reused across tools.

Solution

Enable Gitmoji CLI to support additional configuration formats:

  • gitmoji.config.js
  • gitmoji.config.ts
  • maybe others ...

Alternatives

No response

Additional context

No response

Validations

robin-ln avatar Aug 28 '25 22:08 robin-ln