UNPKG

fusox

Version:

Command line wrapper for fuse-box

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