-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat(nestjs): init support for nestjs framework #65
Conversation
@miguelramos this is looking great! Been a nice holiday thank you. I'll look over this more in the coming days but initially this direction looks quite nice 🙏 |
Ok mate. Take your time. For now i've added almost everything to support the feature. Some things have to be done after install, for example the choice of the database driver the developer have to install manually but the initial support is done. Cheers! |
@miguelramos let’s change the platform name to just ‘nest’ since the js suffix is probably a bit redundant since xplat serves JS based frameworks. It’s also consistent to how the framework is officially referred:
👍 so just |
@NathanWalker applied the changes on the name of the app. 👍 |
Also main @nestjs packages added for instalation: orm, websockets and microservices.
Add jest test example.
@NathanWalker hope your Christmas was awesome with your family. Again after been working on apps i've realize that having backend services outside this structure start to makes no sense because if can have the same source code running thru BE and FE sharing resources that fit both worlds will be amazing. In this request i've found a long time ago this framework that is opinionated like angular and i think could be a good choice having inside of xplat (nestjs).
So i've initiated a schematic for it and i would like to have your support because i'm missing the code to give installation of the packages. I've added to the scripts array to install dependencies but when i use the commandthey are not installed. Resolved the issue in one of the commits.Please comment about this feature. If you think could be integrated or not and if you can help me finish this issue.
I'm think for initial this litte 'hello world' and them add support for all packages that nestjs has like: typeorm, microservices, websockets etc.Send your inputs mate!!! And happy new year!!! .-)
Current: ready to use (i think) :).