Turbo git config -> Parser & Utils for commit conventions.
This lib is part of the Turbo Git -> Making your git even more awesome 😎🙌
Note: This package is in charge of get and parse the
.turbogit
config file on the corresponding git repo. If this config file is not on the repo this will use the default convention config. At the moment the default one is the Turbo Commit Convention
npm install --save turbo-git-config
And then from the code when you need use it:
var configParser = require('turbo-git-config').parser
var utils = require('turbo-git-config').utils
- getTagsFormat
- getCommitConf
- getProperty
- getLogCommand
- getCommitPromptText
- getConfigFilesData
- checkGitRepoExistence
- checkLocalConfigFile
- getGitRepoMainPath
- showError