UNPKG
wrapup-partition
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Convert Node/CommonJS modules for the browser with on demand loading of JS files
wrapup-partition
/
bin
/
partition.js
8 lines
(5 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env node
"use strict"
;
var
program =
require
(
'./cli'
) program.
parse
(process.
argv
)
if
(!program.
args
.
length
) program.
help
();