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

Most/all of our JS packages should be in one monorepo #209

Open
Peeja opened this issue Dec 4, 2024 · 0 comments
Open

Most/all of our JS packages should be in one monorepo #209

Peeja opened this issue Dec 4, 2024 · 0 comments
Labels
refactor refactor

Comments

@Peeja
Copy link
Member

Peeja commented Dec 4, 2024

Problems addressed

  • Several layers of releases to update something deep in the dependency tree
  • Easier jumping through code across packages.
  • More consistent tooling
    • Everything on pnpm
    • Easy to apply the same lint rules, Prettier, etc
    • Easy to standardize our script names (build, dev, etc) so everyone knows what to type every time
  • Easier to develop in multiple packages at once, without having to link packages locally across repos.
  • Easier to know what versions of high-level packages (Console, CLI, etc) contain what changes/commits from low-level packages (@storacha/client, etc.)
@Peeja Peeja converted this from a draft issue Dec 4, 2024
@Peeja Peeja added the refactor refactor label Dec 4, 2024
@hannahhoward hannahhoward moved this from Inbox to 2024 Holiday Hackathon! in Storacha Project Planning Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor refactor
Projects
Status: 2024 Holiday Hackathon!
Development

No branches or pull requests

1 participant