
Security News
Socket Security Analysis Is Now One Click Away on npm
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.
nodeclipse
Advanced tools
nodeclipse CLI - prepare Node.js project to be imported into Eclipse (Nodeclipse); Installer - eclipse plugin CLI installer
Install with npm install -g nodeclipse
Usage: just run nodeclipse -p to add needed .project file to current directory
In Eclipse File -> Import -> General / Existing Projects into Workspace
Check http://www.nodeclipse.org/ on how to get Nodeclipse or Enide Studio
nodeclipse -h
Usage: nodeclipse [arguments]
Arguments:
-c, --create <name> create project folder <name> [using template] and prepare it
-u, --use <template> use/copy specified template when creating project
-p, --prepare prepare Nodeclipse [Node.js] project for import, i.e. add needed `.project`
and other `.*` files ('.gitignore', '.jshintrc', '.settings/') if there is no `.project` yet
-g, --eclipse_project_general prepare General Eclipse project for import, i.e. add only needed `.project` file
-n, --name [<name>] project name (default is folder name)
-h, --help Check README
-v, --version print nodeclipse CLI's version
-V, --verbose be verbose
Templates are just folders in this project sources:
hello-world The famous hello world HTTP server in 6 lines
hello-coffee The same server written in CoffeeScript
hello-typescript The same server written in TypeScript
hello-html Template with HTML file
template-gradle-java Gradle Java project
template-maven-java Maven Java project
Examples:
nodeclipse -p
nodeclipse --prepare project1
nodeclipse --create project2
nodeclipse --create project3 --use hello-coffee
nodeclipse -c project4 -u hello-coffee
Nodeclipse CLI installer is for installing/updating plugins into Eclipse/Enide Studio. It is much quicker way when you need to automate and know exactly what you need. Limitation:
nodeclipse -h install
Nodeclipse CLI Installer
nodeclipse help
nodeclipse help aliases
Usage (from folder with eclipse):
nodeclipse list [<repository>]
repository may be name (nodeclipse, kepler, luna) or URL (http of file)
Repositories names(12): dev nodeclipse-updates enide-repository indigo juno 4.3 kepler 4.4 luna 4.5 mars current
default repositoryURL is http://www.nodeclipse.org/updates/
<repository> may be file e.g. jar:file:/D:/path/to/org.nodeclipse.site-0.10.0-SNAPSHOT.zip!/
nodeclipse install <alias|exact.feature.name.feature.group> [...]
nodeclipse install from <repository> <alias|exact.feature.name.feature.group> [...]
nodeclipse uninstall <alias|exact.feature.name.feature.group> [...]
nodeclipse update [from <repository>] <alias|exact.feature.name.feature.group> [...]
nodeclipse install all from <repository> // BE CAREFUL WHAT YOU ASK FOR
nodeclipse materialize [from <repository>] to <folder>
nodeclipse materialize from <repository> [for <environemt>] to <folder>
Environment names(5): linux32 linux64 win32 win64 macosx
Plugin aliases(25): egit git gfm gradle hudson icons jjs jshint jsdt less markdown maven mongodb mongodb.shell moonrise nodejs pde-tools phantomjs pluginslist restclient shelled startexpl
orer themes wikitext yaml
Examples:
nodeclipse install nodejs from nodeclipse,kepler
nodeclipse install egit
nodeclipse install markdown wikitext yaml
nodeclipse install from enide less
nodeclipse update jshint
nodeclipse materialize from luna to D:/Progs/EclipseLuna1/
cd path/to/eclipse
nodeclipse install markdown
or if you are in a hurry
cd path/to/eclipse && nodeclipse i gfm markdown startexplorer
If while installing you get errors, that you don't know how to solve, use Eclipse GUI or raise an issue.
Usage: nodeclipse install [aliases] Mapped aliases: egit git gfm gradle icons jjs markdown mongodb mongodb.shell moonrise nodejs phantomjs pluginslist restclient shelled startexplorer
Issues:
Eclipse Workspace is just folder that contains Eclipse Projects.
Eclipse Projects is just folder with .project file.
Project sources are at https://github.com/Nodeclipse/nodeclipse-1 under https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.ui/templates
https://npmjs.org/doc/developers.html
npm install . -gbin folder) line ending is UNIX style (#101)#4341 common-templates/.gitignore becomes common-templates/.npmignore
The only feature that differentiates a command-line program from a library is the bin field in the package.json file.
http://howtonode.org/how-to-module
nodeclipse install markdown)nci install from kepler jsdtnci uninstall mongodb.shell , nci new from luna to d:/progs/eclipse-diy-luna/update command as p2-director needs uninstall then install (example nodeclipse update markdown)jshint alias to do nodeclipse update jshint (it is also part of nodejs alias)Check http://www.nodeclipse.org/#news
android-application Eclipse files for Android App (that can be create with
`android create project -p AppPAKTGV -a MainAcivity -k com.example.apppaktgv -t android-19 -g -v 0.12.+`)
android-library Eclipse files for Android Library
$ nodeclipse -h
Usage: nodeclipse [directory] [arguments]
-f, --force force on non-empty directory (by default existing files are not updated)
-pg as general project
-pn as Nodeclipse Node.js project (default)
-t, --template <template> use/copy specified template when creating project (see also `git init`)
--gitclone <repository> call git clone [directory]
--js2njs (renamejs)
--njs2js
TODO Examples:
git clone repository directory
nodeclipse directory -pg
nodeclipse directory -pg --gitclone repository
nodeclipse --gitclone repository directory -pg (bad?)
Dream - I wish I could get current project in GitHub as project in Eclipse with 1 click. options are:
Build Eclipse Java Project from Command Line http://stackoverflow.com/questions/206473/build-eclipse-java-project-from-command-line
List of workspace projects
<workspace>\.metadata\.plugins\org.eclipse.core.resources\.projects\
http://stackoverflow.com/questions/1718456/create-an-eclipse-project-on-the-command-line
http://stackoverflow.com/questions/8908219/eclipse-import-project-using-command-line
http://stackoverflow.com/questions/206473/build-eclipse-java-project-from-command-line
eclipsec.exe -noSplash -data "D:\Source\MyProject\workspace" -application org.eclipse.jdt.apt.core.aptBuild
java -cp startup.jar -noSplash -data "D:\Source\MyProject\workspace" -application org.eclipse.jdt.apt.core.aptBuild
FAQs
nodeclipse CLI - prepare Node.js project to be imported into Eclipse (Nodeclipse); Installer - eclipse plugin CLI installer
We found that nodeclipse demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.

Security News
A compromised npm publish token was used to push a malicious postinstall script in cline@2.3.0, affecting the popular AI coding agent CLI with 90k weekly downloads.

Product
Socket is now scanning AI agent skills across multiple languages and ecosystems, detecting malicious behavior before developers install, starting with skills.sh's 60,000+ skills.