Monorepo tooling: pnpm workspaces + uv/poetry + turbo + pre-commit #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Set up pnpm workspaces across
apps/,services/,packages/. Set up uv or poetry forml/. Pick a build-graph tool (turbo or nx). Pre-commit hooks: eslint, prettier, ruff, mypy, typecheck. One rootMakefileorjustfilewithdev,lint,test,build.nnDone when:make devboots everything andmake lintruns across both languages.