Skip to content

Commit

Permalink
fix generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
jjurman committed Sep 10, 2017
1 parent 930ab4d commit 11bda98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ const processFile = (file, currentPath) => {
}

const filePath = path.join(__dirname, 'template')
console.log(`${Creating} appTitle`)
console.log(`-.- Creating ${appTitle} `)
processFile('', filePath)
console.log('^o^ Finished! ')

0 comments on commit 11bda98

Please sign in to comment.