UNPKG
choo-shortcache
Version:
latest (0.0.0)
0.0.0
choo nanocomponent cache shortcut
choo-shortcache
/
example
/
node_modules
/
browser-pack
/
bin
/
cmd.js
5 lines
(3 loc)
•
97 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
var
pack =
require
(
'../'
)(); process.
stdin
.
pipe
(pack).
pipe
(process.
stdout
);