UNPKG

make-command-runnable

Version:

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

39 lines (38 loc) 720 B
{ "name": "make-command-runnable", "version": "1.2.0", "description": "Call a module's exported functions directly from the command line, with arguments.", "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "call", "calling", "run", "module", "export", "function", "CL", "command", "line", "expose", "shell" ], "author": "Arjun Khoosal, Matus Congrady", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/Cellense/make-runnable" }, "dependencies": { "bluebird": "^3.5.0", "yargs": "^4.7.1" }, "browser": { "./index.js": false }, "devDependencies": { "mocha": "^3.4.2" } }