-
Notifications
You must be signed in to change notification settings - Fork 38
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
Split project / Monorepo #147
Comments
Something like: https://github.com/tkvw/warthog/tree/monorepo |
Interesting idea. A few questions:
|
|
@tkvw As Proof of Concept I extracted some warthog logic and packed it as NestJS module: https://github.com/vadistic/nestjs-warthog It works quite nice - see tests, but I have one big shizzle. Relations.
I would be really glad to hear what you think about it. I'm not convinced, but worst case scenario I think I can cut out few PR's from this endevour^^ EDIT: I could help refactor to monorepo and create nestJS module (or just encourage doing it?), but firstly I wanted to see if there's a point in this and after creating this limited demo I'm not so sure anymore. Waiting for some opinions :) |
This would also allow Warthog to be used with something like |
Split Warthog core and cli into packages. closes goldcaddy77#147
Split Warthog core and cli into packages. closes goldcaddy77#147
Split Warthog core and cli into packages. closes #147
Hey all, note that I'm planning on adopting a monorepo in V3! |
I really like your solution, is it possible to split the project in a
@warthog/core
and@warthog/server
package? I like to use it insidenestjs
and don't need all the dependencies from the server requirements. Also, this would allow@warthog/nestjs
?The text was updated successfully, but these errors were encountered: