{"id":25599398,"url":"https://github.com/stephen-shopopop/monorepo","last_synced_at":"2026-05-01T12:32:38.407Z","repository":{"id":159292150,"uuid":"628027877","full_name":"stephen-shopopop/monorepo","owner":"stephen-shopopop","description":"Monorepo good practices","archived":false,"fork":false,"pushed_at":"2024-05-30T20:28:14.000Z","size":1060,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T08:58:15.633Z","etag":null,"topics":["backend","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://stephen-shopopop.github.io/monorepo","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stephen-shopopop.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-14T18:32:34.000Z","updated_at":"2024-04-25T08:02:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a7593b8-2c75-4f6e-9302-96e781c3faec","html_url":"https://github.com/stephen-shopopop/monorepo","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":"stephen-shopopop/node-typescript-workspace","purl":"pkg:github/stephen-shopopop/monorepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen-shopopop%2Fmonorepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen-shopopop%2Fmonorepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen-shopopop%2Fmonorepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen-shopopop%2Fmonorepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephen-shopopop","download_url":"https://codeload.github.com/stephen-shopopop/monorepo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen-shopopop%2Fmonorepo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32497812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["backend","nodejs","typescript"],"created_at":"2025-02-21T14:34:40.825Z","updated_at":"2026-05-01T12:32:38.388Z","avatar_url":"https://github.com/stephen-shopopop.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Minimal node version](https://img.shields.io/static/v1?label=node\u0026message=%3E=18.15\u0026logo=node.js\u0026color)](https://nodejs.org/about/releases/)\n[![Minimal npm version](https://img.shields.io/static/v1?label=npm\u0026message=%3E=8.5.5\u0026logo=npm\u0026color)](https://github.com/npm/cli/releases)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/stephen-shopopop/node-ts/graphs/commit-activity)\n[![Visual Studio Code](https://img.shields.io/badge/--007ACC?logo=visual%20studio%20code\u0026logoColor=ffffff)](https://code.visualstudio.com/)\n[![CodeQL](https://github.com/stephen-shopopop/logger/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/stephen-shopopop/logger/actions/workflows/github-code-scanning/codeql)\n[![pages-build-deployment](https://github.com/stephen-shopopop/logger/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/stephen-shopopop/logger/actions/workflows/pages/pages-build-deployment)\n[![Tests](https://github.com/stephen-shopopop/logger/actions/workflows/test.yml/badge.svg)](https://github.com/stephen-shopopop/logger/actions/workflows/test.yml)\n\n\u003cimg align=\"middle\" alt=\"Monorepo toolbox for developpers\" src=\"https://raw.githubusercontent.com/stephen-shopopop/monorepo/master/logo_nb.jpeg\"\u003e\n\n- 🚀 Full-featured node\n- 🏷 Good practices\n- 🏄‍♀️ Simple usage for developpers\n- 🖊️ Typescript compliance\n- 💬 Help on [github](https://github.com/stephen-shopopop)\n\n\u003cbr\u003e\n\n# Monorepo\n\n## Description\n\nLes bonnes pratiques d´un projet en monorepo\n\n## Installation nodejs via nvm (node version manager)\n\n- [macos/linux](https://github.com/nvm-sh/nvm) or use Makefile command: ```make nvm```\n- [windows](https://github.com/coreybutler/nvm-windows)\n\n## Contributing\n\n1. npm run lint - Lint your code.\n2. npm run lint:fix - Lint \u0026 fix your code.\n\n## Install package\n\n```bash\nnpm install \u003cpackage\u003e --workspace=\u003cworkspace\u003e\n```\n\n## Production\n\n```bash\nnvm use\n\nnpm run build\n\n// run with ts-node\nnpm run dev\n\nnpm start\n\nnpm test\n\nnpm run clean\n\nnpm run maintenance\n\n```\n\n### Package maintenance\n\nA modern cli tool that keeps your deps fresh\n\n```bash\nnpx taze -r\n\n// major\nnpx taze major -r\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephen-shopopop%2Fmonorepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephen-shopopop%2Fmonorepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephen-shopopop%2Fmonorepo/lists"}