{"id":20336747,"url":"https://github.com/abelflopes/lerna-monorepo-template","last_synced_at":"2026-02-17T08:02:40.604Z","repository":{"id":195441514,"uuid":"692912134","full_name":"abelflopes/lerna-monorepo-template","owner":"abelflopes","description":"Monorepo PoC/Template with independent versioning for the whole project and its packages","archived":false,"fork":false,"pushed_at":"2024-06-05T00:54:43.000Z","size":749,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-22T23:31:22.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"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/abelflopes.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-18T00:22:11.000Z","updated_at":"2024-06-05T00:54:46.000Z","dependencies_parsed_at":"2023-09-18T02:29:33.881Z","dependency_job_id":"a279018f-c219-4634-a5a2-9176157770d0","html_url":"https://github.com/abelflopes/lerna-monorepo-template","commit_stats":null,"previous_names":["abelflopes/lerna-monorepo-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/abelflopes/lerna-monorepo-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelflopes%2Flerna-monorepo-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelflopes%2Flerna-monorepo-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelflopes%2Flerna-monorepo-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelflopes%2Flerna-monorepo-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abelflopes","download_url":"https://codeload.github.com/abelflopes/lerna-monorepo-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelflopes%2Flerna-monorepo-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29537251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-14T21:06:43.356Z","updated_at":"2026-02-17T08:02:40.554Z","avatar_url":"https://github.com/abelflopes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- TODO: add badges semantic release, lerna, commitlint, github actions --\u003e\n\n# Versioned Monorepo Template\n\nThis project showcases a monorepo template with independent versioning capabilities. Versioning is based on semantic commits and is applied to to the packages and to the whole project itself.\n\n## Features\n\n\u003c!-- TODO: document features of this template --\u003e\n\n## What is used?\n\n- [Lerna / NX](https://lerna.js.org/)\n- [NPM Workspaces](https://docs.npmjs.com/cli/v10/using-npm/workspaces)\n- [Semantic Release](https://github.com/conventional-changelog/commitlint)\n- [Commitlint](https://github.com/conventional-changelog/commitlint)\n- [Github Actions](https://docs.github.com/en/actions)\n\n\u003c!-- TODO: document config --\u003e\n\n## Commands\n\n| Command name | Description |\n| -- | -- |\n| `npm run prepare` | Runs the project development preparation scripts (runs automatically after npm install). |\n| `npm start` | compiles into dist in watch mode |\n| `npm run build` | Runs the build command for all packages |\n| `npm run test` | Runs the test command for all packages |\n| `npm run format` | Run formatting checks at project root |\n| `npm run lint` | Runs all lint commands below |\n| `npm run lint:format` | Checks for formatting issues |\n| `npm run lint:format:fix` | Fix formatting automatically |\n| `npm run lint:code` | Checks for code issues,  |\n| `npm run lint:code:fix` | Fix code lint issues automatically |\n| `npm run lint:typescript` | Checks for typescript issues |\n| `npm run lint:style` | Checks for CSS issues |\n| `npm run clean` | Clean production output for all packages |\n| `npm run audit` | Get dependency info, unused stuff, list all TODO's and FIXME's |\n| `npm run clean` | Cleans outputs from generated files such as `dist` |\n| `npm run clean:cache` | Cleans cache files |\n| `npm run clean:deps` | Cleans dependencies | \n\n## Package Standards \u0026 Guidelines\n\nAll packages should match the following standards and guidelines\n in order to allow a linear maintenance capability and overall project readability.\n\n### Commands\n\n| Command name | Description |\n| -- | -- |\n| `npm start` | Run development mode build in watch mode |\n| `npm run build` | Build the production output |\n| `npm run test` | Run tests once |\n| `npm run clean` | Clean production output |\n\n### Structure\n\n| Path | Description |\n| -- | -- |\n| `dist` | Location of production output files |\n| `src` | Location of source code files, ideally having an `index` file as entry point |\n| `README.md` | Entry point for the package documentation, the documentation should cover all the distribution output and should link to package development documentation |\n\n## Package Visibility \u0026 Package Registries\n\nEnsure all of the packages are either [public or private](https://docs.npmjs.com/cli/v6/configuring-npm/package-json#private) as specifically intended.\n\nSet up a `.npmrc` file or npm authentication in order to publish to the desired registry (npm/github, etc).\n- [NPM - Contributing packages to the registry](https://docs.npmjs.com/packages-and-modules/contributing-packages-to-the-registry)\n- [Github - Introduction to GitHub Packages](https://docs.github.com/en/packages/learn-github-packages/introduction-to-github-packages#about-github-package-registry)\n- [Github - Publishing a Package](https://docs.github.com/en/packages/learn-github-packages/publishing-a-package)\n\n## CI/CD\n\nhttps://lerna.js.org/docs/features/distribute-tasks#cicd-examples\nhttps://lerna.js.org/docs/features/distribute-tasks#ci-execution-flow\nhttps://github.com/semantic-release/semantic-release/blob/master/docs/usage/ci-configuration.md#ci-configuration\nhttps://github.com/semantic-release/cli#github-actions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabelflopes%2Flerna-monorepo-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabelflopes%2Flerna-monorepo-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabelflopes%2Flerna-monorepo-template/lists"}