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

feat(nestjs): init support for nestjs framework #65

Merged
merged 15 commits into from
Jan 3, 2019

Conversation

miguelramos
Copy link
Contributor

@miguelramos miguelramos commented Dec 26, 2018

@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 command

ng g app.nestjs rest

they 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) :).

@miguelramos miguelramos changed the title feat(nestjs): init support for nestjs framework feat(nestjs): init support for nestjs framework (WIP) Dec 26, 2018
@NathanWalker
Copy link
Member

@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 🙏

@miguelramos miguelramos changed the title feat(nestjs): init support for nestjs framework (WIP) feat(nestjs): init support for nestjs framework Dec 26, 2018
@miguelramos
Copy link
Contributor Author

@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!

@NathanWalker
Copy link
Member

NathanWalker commented Dec 27, 2018

@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:

Nest is a framework for building efficient...

👍 so just ng g app.nest rest

@miguelramos
Copy link
Contributor Author

@NathanWalker applied the changes on the name of the app. 👍

@NathanWalker NathanWalker merged commit dbf50d8 into nstudio:master Jan 3, 2019
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

Successfully merging this pull request may close these issues.

2 participants