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

Expected to add parent folder names at the top level of the tree structure. #32

Open
coderyqy opened this issue Aug 20, 2024 · 0 comments
Labels
feature New feature or request

Comments

@coderyqy
Copy link

Expected to add parent folder names at the top level of the tree structure.

Current effect

├─📄 demo.controller.spec.ts
├─📄 demo.controller.ts
├─📄 demo.module.ts
├─📄 demo.service.spec.ts
├─📄 demo.service.ts
├─📁 dto/
├─📄 create-demo.dto.ts
└─📄 update-demo.dto.ts
└─📁 entities/
  └─📄 demo.entity.ts

I have selected the demo folder, but the generated structure does not include the name of the parent node, which feels a bit unreasonable. I hope the author can add the name of the parent node.

It's probably like this

├📁 demo/
├─📄 demo.controller.spec.ts
├─📄 demo.controller.ts
├─📄 demo.module.ts
├─📄 demo.service.spec.ts
├─📄 demo.service.ts
├─📁 dto/
├─📄 create-demo.dto.ts
└─📄 update-demo.dto.ts
└─📁 entities/
  └─📄 demo.entity.ts
@itchaox itchaox added the feature New feature or request label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants