UNPKG

fusox

Version:

Command line wrapper for fuse-box

9 lines (6 loc) 191 B
const opn = require('opn') module.exports = {examplesCommand} function examplesCommand () { opn('https://github.com/maximkott/fusox-examples') setTimeout(() => process.exit(0), 1000) }