INeedJobToStartWork / Commit-Smile

Commit Smile - Your commit make me smile!
MIT License
4 stars 1 forks source link
commit commit-message commits commitsmile

CommitSmileBanner

📜 List of Contest

Install

NPM

npm install -D commitsmile

PNPM

pnpm add -D commitsmile

Yarn

yarn add -D commitsmile

How to start

👋Hello! Glad to see you! There is order task to setup:

Config

In Default execute app is looking for files names match /commitsmile.*\.(json|mjs|cjs|js|mts|cts|ts)/iu

examples:

Custom file path

To set custom path to config we can use optional parameter -C,--config where <PATH> can be relative or absolute path:

npm run commitsmile -C <PATH>

If Path:

Init config

to init config we use init:

npm run commitsmile init

Formatter

You format your commit message at your rules!