{"id":17001335,"url":"https://github.com/julienkode/monorepo-typescript-template","last_synced_at":"2026-05-04T05:39:38.146Z","repository":{"id":40286412,"uuid":"260655266","full_name":"JulienKode/monorepo-typescript-template","owner":"JulienKode","description":"Template of a monorepo using typescript ","archived":false,"fork":false,"pushed_at":"2022-12-11T04:15:44.000Z","size":2952,"stargazers_count":1,"open_issues_count":16,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T19:15:51.852Z","etag":null,"topics":["continuous-delivery","continuous-integration","e2e-tests","javascript","monorepo","template","typescript","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JulienKode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-02T09:37:34.000Z","updated_at":"2023-03-04T05:08:12.000Z","dependencies_parsed_at":"2023-01-26T15:16:41.195Z","dependency_job_id":null,"html_url":"https://github.com/JulienKode/monorepo-typescript-template","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/JulienKode/monorepo-typescript-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienKode%2Fmonorepo-typescript-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienKode%2Fmonorepo-typescript-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienKode%2Fmonorepo-typescript-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienKode%2Fmonorepo-typescript-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JulienKode","download_url":"https://codeload.github.com/JulienKode/monorepo-typescript-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienKode%2Fmonorepo-typescript-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32596533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["continuous-delivery","continuous-integration","e2e-tests","javascript","monorepo","template","typescript","unit-testing"],"created_at":"2024-10-14T04:24:37.031Z","updated_at":"2026-05-04T05:39:38.117Z","avatar_url":"https://github.com/JulienKode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monorepo Typescript Template\n\n---\n\n[![build and test](https://github.com/JulienKode/monorepo-typescript-template/workflows/Master%20CI/badge.svg)](https://github.com/JulienKode/monorepo-typescript-template/actions)\n[![GitHub issues](https://img.shields.io/github/issues/JulienKode/monorepo-typescript-template?style=flat-square)](https://github.com/JulienKode/monorepo-typescript-template/issues)\n[![GitHub forks](https://img.shields.io/github/forks/JulienKode/monorepo-typescript-template?style=flat-square)](https://github.com/JulienKode/monorepo-typescript-template/network)\n[![GitHub stars](https://img.shields.io/github/stars/JulienKode/monorepo-typescript-template?style=flat-square)](https://github.com/JulienKode/monorepo-typescript-template/stargazers)\n[![GitHub license](https://img.shields.io/github/license/JulienKode/monorepo-typescript-template?style=flat-square)](https://github.com/JulienKode/monorepo-typescript-template/blob/master/LICENSE)\n[![Watch on GitHub](https://img.shields.io/github/watchers/JulienKode/monorepo-typescript-template.svg?style=social)](https://github.com/JulienKode/monorepo-typescript-template/watchers)\n[![Tweet](https://img.shields.io/twitter/url/https/github.com/JulienKode/monorepo-typescript-template.svg?style=social)](https://twitter.com/intent/tweet?text=Checkout%20this%20library%20https%3A%2F%2Fgithub.com%2FJulienKode%2Fmonorepo-typescript-template)\n\n---\n\nTemplate to develop apps with typescript inside a monorepo\n\nIt use:\n\n- [x] [Lerna](https://github.com/lerna/lerna) to manage the monorepo\n- [x] [Yarn](https://github.com/yarnpkg/yarn) as package manager\n- [x] [Jest](https://github.com/facebook/jest) configuration for all projects inside the monorepo\n- [x] [Husky](https://github.com/typicode/husky) to hooks\n  - `precommit` will lint your files\n  - `prepush` will run unit test\n- [x] [Github action](https://github.com/actions) with theses steps\n  - build\n  - lint\n  - unit test\n  - e2e test\n  - publish version\n- [x] [Labeler](https://github.com/actions/labeler) that adds the right label on each project\n- [x] [Commitlint](https://github.com/conventional-changelog/commitlint)\n- [x] [Pull request name linter](https://github.com/JulienKode/pull-request-name-linter-action) that lint the name of your pull request with commitlint\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulienkode%2Fmonorepo-typescript-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulienkode%2Fmonorepo-typescript-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulienkode%2Fmonorepo-typescript-template/lists"}