UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

8 lines (6 loc) 194 B
var fs = require('fs'); exports.help = function(binary, next){ var help = fs.readFileSync(binary.paths.actionheroRoot + '/bin/templates/help.txt'); binary.log(help.toString()); next(); }