UNPKG
dir-packer
Version:
latest (0.1.1)
0.1.1
0.1.0
A tool for packing directories into tar.gz files.
github.com/zkochan/dir-packer
zkochan/dir-packer
dir-packer
/
examples
/
pack
/
foo
/
index.js
4 lines
(2 loc)
•
47 B
JavaScript
View Raw
1
2
3
4
'use strict'
;
console
.
log
(
'Hello world!'
);