index
:
Website Creator
main
Node+React+MongoDB App to help create and maintain websites (WIP)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
node_modules
/
commondir
/
example
/
dir.js
blob: e86a346484e7d3a04d5365b22c873ea893138fb9 (
plain
) (
blame
)
1
2
3
var
commondir
=
require
(
'../'
);
var
dir
=
commondir
(
process
.
argv
.
slice
(
2
));
console
.
log
(
dir
);