UNPKG

koi-scripts

Version:

5 lines (3 loc) 162 B
const shelljs = require('shelljs'); const fileName = process.argv[2]; shelljs.exec(`../node_modules/koi-scripts/scripts/generate.sh ${fileName}`, {async: true})