cleanup
This commit is contained in:
+3
-1
@@ -1 +1,3 @@
|
||||
node_modules
|
||||
node_modules
|
||||
.DS_Store
|
||||
*.nex
|
||||
@@ -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"]
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
console.log("hello world!!");
|
||||
@@ -0,0 +1,2 @@
|
||||
all:
|
||||
nexe -o ./hello-world.nex
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user