make-command-runnable
Version:
Call a module's exported functions directly from the command line, with arguments.
1 lines • 37 B
JavaScript
module.exports = require('./engine');
Call a module's exported functions directly from the command line, with arguments.