Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to generate a custom directory structure? #848

Open
imajinyun opened this issue Mar 27, 2023 · 1 comment
Open

How to generate a custom directory structure? #848

imajinyun opened this issue Mar 27, 2023 · 1 comment

Comments

@imajinyun
Copy link

I want to generate a custom directory structure as shown below (like PHP laravel framework):

.
├── bootstrap
├── cmd
│   ├── api
│   ├── cli
│   └── web
├── storage
│   ├── app
│   └── log
├── app
│   ├── http
│   │   ├── controller
│   │   ├── validator
│   │   └── middleware
│   ├── cmd
│   │   ├── demo
│   │   └── demo_simple
│   ├── aop
│   │   └── user
│   ├── model
│   │   └── dto
│   ├── global
│   ├── util
│   │   ├── request
│   │   └── response
│   └── service
├── database
├── test
├── config
├── docs
├── routes
└── public
@flycash
Copy link
Collaborator

flycash commented Mar 30, 2023

no, you can create it manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants