Initial Commit

This commit is contained in:
Wieland Schöbl
2021-08-04 13:25:50 +02:00
parent 42c9d02036
commit 87d2a6fa09
5 changed files with 26 additions and 14 deletions

View File

@@ -18,8 +18,8 @@ import {readFileSync, writeFileSync} from 'fs';
import got from 'got';
import {resolve} from 'path';
import {exit} from 'process';
import {getProjectReflection} from './project-reflection';
import {generateTemplate} from './mapping';
import {getProjectReflection} from './project-reflection';
// handle unhandled promise rejections
process.on('unhandledRejection', async (reason: unknown) => {