UNPKG
node-getopt
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
featured command line args parser
github.com/jiangmiao/node-getopt
jiangmiao/node-getopt
node-getopt
/
Makefile
16 lines
(11 loc)
•
251 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all: lib/getopt.js
test
/test.js lib/%.js: lib/%.toffee toffee -c -o lib $<
test
/%.js:
test
/%.toffee toffee -c -o
test
$< bin/%.js: bin/%.toffee toffee -c -o bin $< test-all: node
test
/test.js node examples/help.js node examples/simple.js -h