UNPKG

create-t3-app-fork

Version:

Create web application with the t3 stack

5 lines (3 loc) 115 B
import { exec } from "child_process"; import { promisify } from "util"; export const execa = promisify(exec);