-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
NestJS package #579
NestJS package #579
Conversation
@felixmosh what do you think about the documentation location? I kept it at the README.md in the package, should we keep it there or move it over to the main README.md? 🤔 |
We can add a link to the main README, to the internal README... Regarding the PR, let's add another example and call it |
Alright! i'll do that! |
@felixmosh ready for review 😄 When testing out the example, it depends on |
Thank you for your contribution 🙏🏼 Published in |
Can you prepare PR with the example? (don't forget to change the link in the README) |
The example is already in there! I'll test it out / update it where needed + already added a link to the Readme 😄 edit: Preparing a new PR now 😄 |
I've updated the readme link, it was pointing to the old example |
Sweet! @felixmosh thanks for the help on making this part of the bull-board repository! 🥳 |
Thank you! |
Context
As discussed in #303, I created a new package called
nestjs-bull-board
to easily integrate bull-board with NestJS. After some back and forth between @felixmosh and me, the library reached a state where it can be integrated into thebull-board
mono-repo 😄What has been done
@bull-board/nestjs
Todo
with-nestjs-module
example to use the new module.