UNPKG
choo-shortcache
Version:
latest (0.0.0)
0.0.0
choo nanocomponent cache shortcut
choo-shortcache
/
example
/
node_modules
/
budo
/
bin
/
cmd.js
8 lines
(6 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env node
// Starts budo with stdout
// Handles --help and error messaging
// Uses auto port-finding
var
args = process.
argv
.
slice
(
2
)
require
(
'../'
).
cli
(args)