UNPKG

tlpp-dev-cli

Version:

CLI para agilizar o processo de criação de projetos em TLPP e ADVPR

11 lines (10 loc) 251 B
import { testsPrompt } from "./tests-prompt.js"; export async function handlePrompt(type) { if (type === 'api') { console.log('api'); // await apiPrompt(); } else if (type === 'test') { await testsPrompt(); } }