{"id":17227361,"url":"https://github.com/muravjev/monorepo","last_synced_at":"2025-04-14T01:22:09.611Z","repository":{"id":62316479,"uuid":"559185471","full_name":"muravjev/monorepo","owner":"muravjev","description":"Sample monorepo with pnpm + workspaces + typescript + eslint + prettier + remark + husky + lint-staged + commitlint + changesets + syncpack","archived":false,"fork":false,"pushed_at":"2022-10-31T23:27:13.000Z","size":297,"stargazers_count":20,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T15:21:23.921Z","etag":null,"topics":["changesets","commitlint","eslint","husky","lint-staged","pnpm","prettier","remark","sample","typescript","workspaces"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muravjev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":["https://paypal.me/muravjev","https://www.buymeacoffee.com/muravjev"]}},"created_at":"2022-10-29T10:25:24.000Z","updated_at":"2024-11-25T03:23:07.000Z","dependencies_parsed_at":"2023-01-21T00:15:43.645Z","dependency_job_id":null,"html_url":"https://github.com/muravjev/monorepo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muravjev%2Fmonorepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muravjev%2Fmonorepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muravjev%2Fmonorepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muravjev%2Fmonorepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muravjev","download_url":"https://codeload.github.com/muravjev/monorepo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248805443,"owners_count":21164332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["changesets","commitlint","eslint","husky","lint-staged","pnpm","prettier","remark","sample","typescript","workspaces"],"created_at":"2024-10-15T04:19:04.628Z","updated_at":"2025-04-14T01:22:09.589Z","avatar_url":"https://github.com/muravjev.png","language":"TypeScript","funding_links":["https://paypal.me/muravjev","https://www.buymeacoffee.com/muravjev","https://www.paypal.me/muravjev"],"categories":[],"sub_categories":[],"readme":"# Monorepo | 2023\n\nThis is sample monorepo with `pnpm` + `typescript` + `eslint` + `prettier` + `remark` + `husky` + `lintstaged` + `commitlint` + `changesets` + `syncpack`.\n\n## Intro\n\nMonorepo configured in accordance with [Monorepo Configuration | 2023](https://github.com/muravjev/configs/blob/main/README.md) and consist out of the followinig packages:\n\n```bash\n└─ monorepo # \u003c- monorepo root package\n   ├─ apps\n   │  └─ foo # \u003c- typescript next application\n   └─ packages\n      ├─ bar # \u003c- typescript utils libarary\n      └─ baz # \u003c- react components libarary\n```\n\nAll packages ensure strict coding standards and facilitate coding experience with code hints and navigation. Lib package `baz` and react lib package `bar` has jest tests and are integrated into app next package `foo`\n\n## Commits\n\nHere are steps that where undertook with corresponded commits:\n\n- [Create monorepo](https://github.com/muravjev/monorepo/pull/1)\n\n  - \u003ccode\u003e[d84f969](https://github.com/muravjev/monorepo/commit/d84f969)\u003c/code\u003e - setup package\n  - \u003ccode\u003e[0a01bb1](https://github.com/muravjev/monorepo/commit/0a01bb1)\u003c/code\u003e - setup prettier\n  - \u003ccode\u003e[76538c2](https://github.com/muravjev/monorepo/commit/76538c2)\u003c/code\u003e - setup eslint\n  - \u003ccode\u003e[aeb86bd](https://github.com/muravjev/monorepo/commit/aeb86bd)\u003c/code\u003e - setup remark\n  - \u003ccode\u003e[5ba3a04](https://github.com/muravjev/monorepo/commit/5ba3a04)\u003c/code\u003e - setup commitlint\n  - \u003ccode\u003e[52dc62b](https://github.com/muravjev/monorepo/commit/52dc62b)\u003c/code\u003e - setup lint-staged\n  - \u003ccode\u003e[8cf5e9c](https://github.com/muravjev/monorepo/commit/8cf5e9c)\u003c/code\u003e - setup husky\n  - \u003ccode\u003e[fcad55a](https://github.com/muravjev/monorepo/commit/fcad55a)\u003c/code\u003e - setup changesets\n  - \u003ccode\u003e[e57609b](https://github.com/muravjev/monorepo/commit/e57609b)\u003c/code\u003e - setup syncpack\n  - \u003ccode\u003e[dbeb48c](https://github.com/muravjev/monorepo/commit/dbeb48c)\u003c/code\u003e - add fix script\n\n- [Create lib baz](https://github.com/muravjev/monorepo/pull/2)\n\n  - \u003ccode\u003e[1406e09](https://github.com/muravjev/monorepo/commit/1406e09)\u003c/code\u003e - chore(baz): create lib package\n  - \u003ccode\u003e[41dc1df](https://github.com/muravjev/monorepo/commit/41dc1df)\u003c/code\u003e - chore(baz): setup ts\n  - \u003ccode\u003e[5cf3bc5](https://github.com/muravjev/monorepo/commit/5cf3bc5)\u003c/code\u003e - chore(baz): add src\n  - \u003ccode\u003e[c8edf18](https://github.com/muravjev/monorepo/commit/c8edf18)\u003c/code\u003e - chore(baz): setup jest-ts\n  - \u003ccode\u003e[c28ff28](https://github.com/muravjev/monorepo/commit/c28ff28)\u003c/code\u003e - chore(baz): add test\n\n- [Create lib react bar](https://github.com/muravjev/monorepo/pull/3)\n\n  - \u003ccode\u003e[c6f1ef3](https://github.com/muravjev/monorepo/commit/c6f1ef3)\u003c/code\u003e - chore(bar): create react package\n  - \u003ccode\u003e[02d45b4](https://github.com/muravjev/monorepo/commit/02d45b4)\u003c/code\u003e - chore(bar): setup ts-react\n  - \u003ccode\u003e[0d625c4](https://github.com/muravjev/monorepo/commit/0d625c4)\u003c/code\u003e - chore(bar): setup eslint-ts-react\n  - \u003ccode\u003e[7259d0e](https://github.com/muravjev/monorepo/commit/7259d0e)\u003c/code\u003e - chore(bar): add src\n  - \u003ccode\u003e[74cd554](https://github.com/muravjev/monorepo/commit/74cd554)\u003c/code\u003e - chore(bar): setup jest-ts-react\n  - \u003ccode\u003e[04c5b8f](https://github.com/muravjev/monorepo/commit/04c5b8f)\u003c/code\u003e - chore(bar): add tests\n\n- [Create app next foo](https://github.com/muravjev/monorepo/pull/4)\n\n  - \u003ccode\u003e[736b582](https://github.com/muravjev/monorepo/commit/736b582)\u003c/code\u003e - chore(foo): create next ts app\n  - \u003ccode\u003e[a794ede](https://github.com/muravjev/monorepo/commit/a794ede)\u003c/code\u003e - chore(foo): cleanup\n  - \u003ccode\u003e[692f184](https://github.com/muravjev/monorepo/commit/692f184)\u003c/code\u003e - chore(foo): separate src\n  - \u003ccode\u003e[9e61382](https://github.com/muravjev/monorepo/commit/9e61382)\u003c/code\u003e - chore(foo): add scripts\n  - \u003ccode\u003e[a6046ba](https://github.com/muravjev/monorepo/commit/a6046ba)\u003c/code\u003e - chore(foo): setup ts-next\n  - \u003ccode\u003e[9759d36](https://github.com/muravjev/monorepo/commit/9759d36)\u003c/code\u003e - chore(foo): setup eslint-ts-next\n\n## Donation\n\n\u003c!-- prettier-ignore-start --\u003e\n\n| If you found this project helpful, consider |\n| :---: |\n[**buying me a coffee**](https://www.buymeacoffee.com/muravjev), [**donate by paypal**](https://www.paypal.me/muravjev) or just [**leave a star**](../..)⭐\nThanks for your support, it is much appreciated!\n\n\u003c!-- prettier-ignore-end --\u003e\n\n## License\n\n[MIT](LICENSE) © [Sergey Muravjev](https://github.com/muravjev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuravjev%2Fmonorepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuravjev%2Fmonorepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuravjev%2Fmonorepo/lists"}