UNPKG

sveltekit-generator

Version:

Inspired by Laravel (php artisan make:)

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