Detailed Description
Make the --global command, so commoji is automatically applied for all repos.
Behaviour wanted
commoji --global
Possible Implementation
- Have global commit hook check for local commit hook.
- When hook is running globally, check in commit folder's git hooks (
PWD, $1, .git/hooks) and run theirs after ours
- Send husky git arguments
Detailed Description
Make the --global command, so commoji is automatically applied for all repos.
Behaviour wanted
commoji --globalPossible Implementation
PWD,$1,.git/hooks) and run theirs after ours