This repository has been archived by the owner on Jan 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 83
Wishes / Ideas #17
Comments
I believe your SECOND request is what the For the FIRST: PR welcome |
Ohh sorry, you're right.. should have searched for "index"... |
Coming up with Wishes/Ideas I taught I will chip in, what would you think about adding formatting command to config @benkroeger ? |
re formatting see #92 |
Would wish to see the following feature(s) but please do at a pace that maintainers are comfortable in:
|
I wish for more examples of the usage of annotations. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Good Morning,
I have two ideas for extension:
FIRST:
Maybe I just did not see it, but how can I set the import path of prisma client? I use a different path of prisma client and need to set this as option to nestjsDto generator.
have:
import {Enum_UserSalutation} from '@prisma/client
want:
import {Enum_UserSalutation} from '@db'
SECOND:
Would be nice to have an generated index.ts file with all exports, like:
Have a great day!
The text was updated successfully, but these errors were encountered: