https://github.com/remy/eert
Takes tree text output and generates a directory structure
https://github.com/remy/eert
Last synced: 6 months ago
JSON representation
Takes tree text output and generates a directory structure
- Host: GitHub
- URL: https://github.com/remy/eert
- Owner: remy
- License: mit
- Created: 2014-05-13T14:59:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T09:10:06.000Z (over 11 years ago)
- Last Synced: 2025-03-19T02:11:20.579Z (7 months ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
eert
====Takes tree text output and generates a directory structure
## Install
```
npm install -g eert
```## Usage
```
cat | eert
```This will generate the tree structure with empty files in `tmp` in the current working directory.
Or to specify an output directory:
```
cat | eert my-directory
```