UNPKG

make-command-runnable

Version:

Call a module's exported functions directly from the command line, with arguments.

7 lines (6 loc) 98 B
module.exports = { lookMa: 'no frame!' }; require('../../custom')({ printOutputFrame: false });