.editorconfig | |
|
|
.flowconfig | |
|
|
.github/CONTRIBUTING.md | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug-report.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/ISSUE_TEMPLATE/discussion.yml | |
|
|
.github/ISSUE_TEMPLATE/feature-request.yml | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/ci.yml | |
|
|
.github/workflows/lock.yml | |
|
|
.github/workflows/release.yaml | |
|
|
.gitignore | |
|
|
.husky/pre-commit | |
|
|
.husky/pre-push | |
|
|
CODE_OF_CONDUCT.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
babel.config.json | |
|
|
jsconfig.json | |
|
|
package.json | |
|
|
src/cli.ts | 71 | A 0 mins |
|
src/commands/commit/guard.js | 8 | A 0 mins |
|
src/commands/commit/index.js | 46 | A 25 mins |
|
src/commands/commit/prompts.js | 73 | A 1 hr |
|
src/commands/commit/withClient/index.js | 47 | A 2 hrs |
|
src/commands/commit/withHook/index.js | 63 | A 0 mins |
|
src/commands/config/guard.js | 9 | A 0 mins |
|
src/commands/config/index.js | 15 | A 0 mins |
|
src/commands/config/prompts.js | 46 | A 0 mins |
|
src/commands/hook/create/index.js | 15 | A 0 mins |
|
src/commands/hook/hook.js | 13 | A 0 mins |
|
src/commands/hook/index.js | 6 | A 0 mins |
|
src/commands/hook/remove/index.js | 15 | A 0 mins |
|
src/commands/index.js | 15 | A 0 mins |
|
src/commands/list/index.js | 5 | A 0 mins |
|
src/commands/search/index.js | 19 | A 0 mins |
|
src/commands/update/index.js | 5 | A 0 mins |
|
src/constants/commit.js | 5 | A 0 mins |
|
src/constants/configuration.js | 12 | A 0 mins |
|
src/constants/flags.js | 13 | A 0 mins |
|
src/utils/buildFetchOptions.js | 6 | A 0 mins |
|
src/utils/configurationVault/getConfiguration.js | 79 | A 1 hr |
|
src/utils/configurationVault/index.js | 53 | A 0 mins |
|
src/utils/emojisCache.js | 32 | A 0 mins |
|
src/utils/filterGitmojis.js | 23 | A 0 mins |
|
src/utils/findGitmojiCommand.js | 62 | A 0 mins |
|
src/utils/getAbsoluteHooksPath.js | 19 | A 0 mins |
|
src/utils/getDefaultCommitContent.js | 31 | A 0 mins |
|