1.0.1 • Published 4 years ago
gentree v1.0.1
Tree Generator
This is a simple application which creates a tree of your files and folders and saves them into a text.txt file and a structure.md file.
Usage:
simply run npx gentree <name of folder>
eg: npx gentree .
, npx gentree lib
, npx gentree src
.
or
Installation:
- make sure you have node and npm installed.
- run
npm i -g gentree
.
Usage:
- run
gentree <name of the folder>
eg:gentree .
,gentree lib
,gentree src
.
Happy Debugging!