Happy Trees is a simple ASCII File Tree Generator.
It runs in the browser and helps you generate simple ASCII directory structures for sharing in your README files, markdown or other text-based documentation.
I know that there is brew install tree
and all that fancy linux stuff you can do to generate these, but I wanted something quick and dirty without the need to build out a file/folder structure and then generate. You can simply just make markdown lists and copy them into whatever docs you're writing.
Also, Bob Ross is awesome. ;)
- Tested within Node v12 dev environment
- Vue CLI
- Bulma
Demo Here thanks to netlify :D
yarn install
yarn run serve
yarn run build
yarn run lint