This commit is contained in:
Craig Condon
2012-11-30 20:16:17 -06:00
parent d6b65478ce
commit 14005e70d9
7 changed files with 11 additions and 5 deletions
+3 -1
View File
@@ -1 +1,3 @@
node_modules
node_modules
.DS_Store
*.nex
+1 -1
View File
@@ -33,7 +33,7 @@ Usage: nexe -i [sources] -o [binary]
Options:
-i, --input The entry javascript files [default: cwd]
-o, --output The output binary [default: cwd/app.nex]
-o, --output The output binary [default: cwd/release/app.nex]
-r, --runtime The node.js runtime to use [default: "0.8.15"]
+1
View File
@@ -0,0 +1 @@
console.log("hello world!!");
+2
View File
@@ -0,0 +1,2 @@
all:
nexe -o ./hello-world.nex
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -14,7 +14,8 @@
"step": "0.0.x",
"optimist": "0.3.x",
"browserify": "1.16.x",
"request": "2.12.x"
"request": "2.12.x",
"ncp": "0.2.x"
},
"bin": {
"nexe": "./bin/nexe"