nodeclipse
Version:
nodeclipse CLI - prepare Node.js project to be imported into Eclipse (Nodeclipse); Installer - eclipse plugin CLI installer
11 lines (7 loc) • 315 B
JavaScript
// #101; this file should have UNIX style line endings (\n only) when publishing
/* what module to use? */
var path = require('path');
var fs = require('fs');
var installerjs = path.join(path.dirname(fs.realpathSync(__filename)), '../nodeclipse-install.js');
var c = require(installerjs);