UNPKG

sveltekit-generator

Version:

Inspired by Laravel (php artisan make:)

6 lines (4 loc) 166 B
import shell from 'shelljs'; export const createFile = (filePath: string, content: string) => { shell.ShellString(content).to(filePath); };