1
0
Fork 0
This commit is contained in:
Travis Fischer 2018-03-14 10:31:34 -04:00 committed by Joost De Cock
parent 631413c4eb
commit bb2a07cdd8
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@ module.exports = async (info) => {
info.shortName = parts[parts.length - 1]
const dest = path.join(process.cwd(), info.shortName)
info.dest = dest
await mkdirp(dest)
const source = path.join(__dirname, '../template')