Skip to content

Commit 878e1d3

Browse files
committed
📝 Update readme
1 parent 47e0b16 commit 878e1d3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

library/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,14 @@ export default MyComponent;
102102

103103
## 📦 Stack
104104

105-
This is a [Turborepo](https://turbo.build/repo) project bootstrapped with [`create-turbo`](https://www.npmjs.com/package/create-turbo):
105+
This is a monorepo project created with:
106+
107+
**For monorepo:**
108+
109+
- [`create-turbo`](https://www.npmjs.com/package/create-turbo) Turborepo CLI.
110+
- [`pnpm`](https://pnpm.io/) + [pnpm workspaces](https://pnpm.io/workspaces) - Fast, disk space efficient package manager.
111+
- [Prettier](https://prettier.io/) - Opinionated code formatter.
112+
- [Sherif](https://github.com/QuiiBz/sherif) - Opinionated, zero-config linter for JavaScript monorepos.
106113

107114
**For library:**
108115

0 commit comments

Comments
 (0)