Skip to content

Instantly share code, notes, and snippets.

@DarkVss
Created September 21, 2023 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DarkVss/525c78437b1064f0f9d59caded42a0d7 to your computer and use it in GitHub Desktop.
Save DarkVss/525c78437b1064f0f9d59caded42a0d7 to your computer and use it in GitHub Desktop.
Markdown tree view
├── app
│   ├── Exception 
│   ├── Http
│   │   ├── Controller 
│   │   │   ├── CLI 
│   │   │   └── Web 
│   │   ├── Middleware 
│   │   └──  Router  
│   ├── Model 
│   │   ├── Builder
│   │   └── Prototype
│   └── Util
├── public
│   ├── css
│   │   ├── **/*.css
│   ├── images
│   ├── js
│   ├── index.html
├── dist 
├── node_modules
├── package.json
├── package-lock.json 
└── .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment