An open API service indexing awesome lists of open source software.

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

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
```