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

I would like to contribute with this project #1

Open
ruslanguns opened this issue Jun 20, 2021 · 2 comments
Open

I would like to contribute with this project #1

ruslanguns opened this issue Jun 20, 2021 · 2 comments

Comments

@ruslanguns
Copy link

Hi @jmcdo29 it's a great idea, I started my own but I complicated myself I think if you provide a list of the project ideas I can help with some of them.

@jmcdo29
Copy link
Owner

jmcdo29 commented Jun 20, 2021

Awesome! To generate a new Nest application with nx you can do either of the following

  1. if nx is installed run nx g @nrwl/nest:application <sample-name>
  2. if nx is not installed pnpm nx g @nrwl/nest:application <sample-name>

The difference to recognize is with the second command to pass other arguments (defined here) you will need a -- between the command and the extra arguments.

As for what kind of samples I plan to have here, I don't really know yet. Someone has asked for a socket.io sample with proper types for the socket.io library and the gateway, you can pretty much clone the websockets sample for that and swap out types. I think a good auth example without passport would be good to show, possibly an OAuth sample. I've got some repos around that could probably be merged into this as well like my content-negotiation sample.

Anything you really think would be a good sample and enrich the community is welcome.

@ruslanguns
Copy link
Author

Ok. all sounds really good, I will work on that this weekend.

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

2 participants