1
0
Fork 0

add optional e2e tests and non-interactive generator to new-design

This commit is contained in:
Enoch Riese 2023-04-24 21:46:35 -04:00
parent 144a4bf654
commit 19b79261b5
7 changed files with 119 additions and 15 deletions

View file

@ -0,0 +1,11 @@
import { createEnvironment } from '../lib/utils.mjs'
const choices = {
template: process.env.TEMPLATE,
name: process.env.NAME,
manager: 'yarn',
overwrite: true,
includeTests: true,
}
createEnvironment(choices)