Third party modules
See original GitHub issueHi there
As said by @kamilmysliwiec here https://github.com/nestjs/nest/issues/404#issuecomment-369397149 Nest allows us to build all the modules we need. Those modules may not be needed everywhere and should be picked according to our needs and this why we can’t add them to the core. With Nest growing community, more and more modules are going to be created and it would be really great to have a place to share those.
I’m thinking of something like an “awesome list” where we could reference our modules. Is that a good idea? Where should we host these references?
IMO, something “official” (i.e. a nestjs/third-party
repo) could be the way to go because it would avoid the dissemination of information/documentation/references.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
What are "third-party modules"? - python - Stack Overflow
A third party module is any code that has been written by a third party (neither you nor the python writers (PSF)).
Read more >Deno Third Party Modules
Deno Third Party Modules. deno.land/x is a hosting service for Deno scripts. It caches releases of open-source modules stored on GitHub and serves...
Read more >Third-Party Modules Definition - Law Insider
Third -Party Modules means software developed by a third party that You may use to add functionality to the LINQ Product, the use...
Read more >Third party modules and libraries - ADM Help Centers
Third party modules and libraries · Open the command prompt and navigate to the script folder. · Type npm install lodash and wait...
Read more >Third-party modules | Dev Cheatsheets - Michael Currin
Third -party modules. Examples of how to install and run a Deno package. Cheatsheets / JavaScript / Deno / Modules / Third-party modules....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@zMotivat0r I figured out that in this case, I’d have to manually manage this organization which is a little bit inflexible. Let’s stay with
nestjs-
prefix and@nestjs/
scope for official packages.what about making a standard for the 3rd party Modules first
naming: nest-[name] structure: lib, src, testing … etc and so on.
This Important since as starting of v5 Nest will be Boom boom 🔥🎆.
see some of what will be included Nest Project and about the
awesome-list
, I think there is a one. but as you mentioned , we should have a place to list them.