Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export async function handler() {
await createDB()
process.exit(0);
}
export async function handler(context: Context, { name, templateName, templateUrl }: Params) {
await init(name, templateName, templateUrl, commandRoot);
}
export async function handler() {
await generate(commandRoot)
}