UNPKG

foldertree-cli

Version:

Create and visualize folder structures using tree diagrams from the command line

16 lines (15 loc) 371 B
├── src/ │ ├── components/ │ │ ├── header.js │ │ └── footer.js │ ├── styles/ │ │ └── main.css │ └── index.js ├── public/ │ ├── images/ │ │ └── logo.png │ └── index.html ├── tests/ │ └── test.js ├── package.json └── README.md