Managing the monorepo and multiple packages #21
Unanswered
marcelkornblum
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now we have a single repo that publishes a single NPM package.
As the project develops we are pretty quickly going to need to publish multiple packages - and I am strongly of the opinion that we do it from the same repo for easier management and administration.
We could muddle through configuration of that ourselves, but there are tools out there specifically for that purpose. Two I've seen are Lerna and Yarn Workspaces. Personally I'm leaning towards Lerna although I do think there are yarn features we should be considering using.
Thoughts, @tomgp @chriscamplin ?
Beta Was this translation helpful? Give feedback.
All reactions