🌳 Text Tree Format Example
1src/2├── index.js.template console.log('Hello {{name}}!');3├── utils.js4README.md # Project README
- Folders end with
/. - Template files end with
.template. - Use spaces or separators to define inline content.