UNPKG

@soleil-se/run

Version:

Run various utility scripts for creating apps, configs or migration tasks.

6 lines (4 loc) 153 B
import { execSync } from 'child_process'; export default function createApp() { execSync('npx @soleil-se/create-app@latest', { stdio: 'inherit' }); }