0.0.2 • Published 12 years ago
eert v0.0.2
eert
Takes tree text output and generates a directory structure
Install
npm install -g eertUsage
cat <tree-out> | eertThis will generate the tree structure with empty files in tmp in the current working directory.
Or to specify an output directory:
cat <tree-out> | eert my-directory