-
Notifications
You must be signed in to change notification settings - Fork 43
Introduction of a utils
module
#1483
Comments
I like the idea, which would allow us to show how to create a package which can be used by multiple other packages. |
Let's build this as an independent piece as much as possible, we might consider extracting it and publishing on npm. |
@mcollina I don't think this module would contain anything that's useful outside of this monorepo really, and the main benefit of having this inside the monorepo is to show how to have one package of the monorepo used across other packages, be them either FE or BE |
We have a Currently, we have a general-purpose We'll be adding new services soon, and will continue to reuse code from the shared libraries. I do agree that it would be nice to have a working example of creating a reusable module that will be published to a private registry and consumed by multiple services in the monorepo. Here's a representation of our project structure directory, starting at the project root:
Basically, we split the |
As pointed out in #1481, we have multiple projects in the monorepo and we could leverage a
utils
module with reusable functions shared across the repo.I personally don't have anything specific in mind but I thought it would be nice to get the conversation started.
The text was updated successfully, but these errors were encountered: