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

Remove generate:crud command. #124

Open
sebargarcia opened this issue Feb 17, 2021 · 0 comments
Open

Remove generate:crud command. #124

sebargarcia opened this issue Feb 17, 2021 · 0 comments

Comments

@sebargarcia
Copy link
Contributor

Remove generate crud command. It is not necessary anymore since generate:all command generates all files (resolver, inputs, filters, and sorts) from OT files the first time or you can use merlin watcher. So if you choose db-first strategy or code-first strategy you need only two files: entity file and OT file. If you use db-first, previously you use db-reverse command to generate entities and OT files. Then you use generate:all or watcher. If you use code-first you write your entities and OT files and synchronize with typeorm and then run generate:all or watcher.

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

1 participant