Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions 6 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,11 @@ Before starting development, please do
1. <code>git clone https://github.com/Nodeclipse/nodeclipse-1.git</code>
2. [Download Eclipse](http://www.eclipse.org/downloads/)
3. File -> Import -> Existing Projects into Workspace
4. File -> Import -> Plugins and Fragments
4. File -> Import -> Plugins and Fragments - do not use (This creates code copies in current workspace)
<!--
Select Directory
Select Projects with source folders
Select Projects with source folders
-->

## Contributors
LambGao 魔都 https://github.com/Nodeclipse (original creator v0.1.8)
Expand Down
2 changes: 1 addition & 1 deletion 2 org.nodeclipse.ui/templates/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ${projectname}


Created with [Nodeclipse v0.2](http://tomotaro1065.github.com/nodeclipse/)
Created with [Nodeclipse v0.3](http://tomotaro1065.github.com/nodeclipse/)
18 changes: 18 additions & 0 deletions 18 org.nodeclipse.ui/templates/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "${projectname}",
"version": "0.1.0",
"description": "${projectname}",
"main": "hello-world-server.js",
"scripts": {
"test": "echo \"Error: no test specified! Configure in package.json\" && exit 1"
},
"repository": "",
"keywords": [
"Node.js",
"Eclipse",
"Nodeclipse"
],
"author": "",
"license": "BSD",
"readmeFilename": "README.md"
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.