MCPcopy
hub / github.com/commitizen/cz-cli / bootstrap

Function bootstrap

test/tester.js:11–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9let patchedConfig = _.cloneDeep(userConfig);
10
11function bootstrap () {
12
13 // Return the patched config
14 return {
15 config: patchedConfig,
16 repo,
17 clean,
18 util,
19 files
20 }
21}
22
23export {
24 bootstrap

Callers 5

commit.jsFile · 0.90
init.jsFile · 0.90
adapter.jsFile · 0.90
staging.jsFile · 0.90
cli.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected