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

Organize Lucide in separate repos #107

Closed
ghost opened this issue Oct 19, 2020 · 2 comments
Closed

Organize Lucide in separate repos #107

ghost opened this issue Oct 19, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 19, 2020

I'm not really working on anything else than icons, but IMO we shouldn't use only 1 repository (e.g. icons, npm package, etc...)

@ericfennis
Copy link
Member

No a monorepo is ideal for managing it all.

Why?
Because you have one single source of truth.

Benefits According to this article from Alexander Noel :

  • One place to store all configs and tests.
  • Easily refactor global features with atomic commits
  • Simplified package publishing.
  • Easier dependency management.
  • Re-use code with shared packages while still keeping them isolated.

Off-course there are some disadvantages, but that happens more if the project gets too big.
(also described in that article)

Here some famous big projects that using monorepos, because of the monorepo advantages

@ghost
Copy link
Author

ghost commented Oct 20, 2020

Oh okay

@ghost ghost closed this as completed Oct 20, 2020
This issue was closed.
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

1 participant