You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ monorepo-template is a production-oriented pnpm + Turbo monorepo template. It sh
13
13
## Key Features
14
14
15
15
-**Modular Architecture**: Template sources live under `templates/` while reusable tooling lives in `packages/`, keeping responsibilities clear.
16
-
-**Centralized Scaffolding Assets**: `@icebreakers/monorepo-templates` packages skeletons, templates, and upgrade assets for both `monorepo` and `create-icebreaker`.
16
+
-**Centralized Scaffolding Assets**: `@icebreakers/monorepo-templates` packages templates and assets for both `monorepo` and `create-icebreaker`.
17
17
-**Unified Toolchain**: pnpm workspaces, Turbo task pipelines, Vitest, and Changesets streamline the entire lifecycle from development to release.
18
18
-**Engineering Standards**: ESLint, Stylelint, Husky, and Commitlint keep code quality high and commit messages consistent.
19
19
-**Extensible Template**: Helper scripts (`script:init`, `script:sync`, `script:clean`, etc.) from `@icebreakers/monorepo` keep dependencies and scaffolding aligned.
@@ -47,7 +47,7 @@ templates/
47
47
packages/
48
48
monorepo/ # @icebreakers/monorepo helper scripts
49
49
create-icebreaker/ # npm create flow
50
-
monorepo-templates/ # template, skeleton, and asset bundle for npm
50
+
monorepo-templates/ # template and asset bundle for npm
0 commit comments