UNPKG

nobuilder

Version:

nobuilder

7 lines (6 loc) 183 B
const chalk = require('chalk'); const libBase = require('./libBase'); libBase(process.cwd()).catch((err) => { console.error(chalk.red(err.stack || err)); process.exit(1); });