1
0
Fork 0

Merge pull request #51 from zachwolf/template-path

Template path
This commit is contained in:
Travis Fischer 2018-08-14 11:30:07 -05:00 committed by Joost De Cock
parent 15b1b808df
commit 534eb109e9
5 changed files with 35 additions and 4 deletions

View file

@ -52,6 +52,16 @@ const tests = [
license: 'GPL',
manager: 'yarn',
template: 'default'
},
{
name: 'my-custom-template',
author: 'nala',
description: 'this is a auto-generated test module. please ignore.',
repo: 'nala/my-custom-template',
license: 'GPL',
manager: 'yarn',
template: 'custom',
templatePath: './template/default'
}
]