Merge pull request #52 from zachwolf/optional-git
Adds ability to conditionally create a git repo
This commit is contained in:
parent
534eb109e9
commit
fd11c17b98
4 changed files with 34 additions and 12 deletions
|
@ -96,6 +96,9 @@ module.exports = async (opts) => {
|
|||
config.set('manager', info.manager)
|
||||
config.set('template', info.template)
|
||||
|
||||
return info
|
||||
return {
|
||||
...info,
|
||||
git: opts.git
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue