UNPKG

opendash-cli

Version:

The open.DASH CLI will allow you to create a new open.DASH project on the fly by letting you initialize new instances easly and providing a build process.

15 lines (13 loc) 266 B
// Usage: // // const call = require('../lib/call'); // // call(async () => { // // }); module.exports = (callback) => { callback().then().catch((err) => { console.error('\nThere was an Error while running open.DASH CLI:\n'); console.error(err); }); };