UNPKG

lx-scan

Version:

License eXtension to find 5-tuples of all installed packages: name, version, project home page, license (e. g. Apache v2, BSD) and required notice. It includes a GUI to edit information for each package and to enter information if necessary.

6 lines (4 loc) 222 B
var exec = require("child_process").exec; var path = require("path"); require(path.resolve(path.join(__dirname, "../index.js"))); exec("start http://localhost:8888",function (error){if(error) console.error(error);});