{"id":16383586,"url":"https://github.com/danielfsousa/monorepo-typescript-lib-starter","last_synced_at":"2026-04-16T08:36:46.757Z","repository":{"id":56637272,"uuid":"300926623","full_name":"danielfsousa/monorepo-typescript-lib-starter","owner":"danielfsousa","description":"🚀  Starter kit for monorepo libraries in Typescript","archived":false,"fork":false,"pushed_at":"2020-11-01T21:27:51.000Z","size":379,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T16:42:08.409Z","etag":null,"topics":["boilerplate","cli","deno","generator","hacktoberfest","isomorphic","lerna","lib","library","monorepo","scaffold","starter","template","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/danielfsousa.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}},"created_at":"2020-10-03T16:33:28.000Z","updated_at":"2021-03-03T12:15:53.000Z","dependencies_parsed_at":"2022-08-15T22:20:44.992Z","dependency_job_id":null,"html_url":"https://github.com/danielfsousa/monorepo-typescript-lib-starter","commit_stats":null,"previous_names":[],"tags_count":9,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielfsousa%2Fmonorepo-typescript-lib-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielfsousa%2Fmonorepo-typescript-lib-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielfsousa%2Fmonorepo-typescript-lib-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielfsousa%2Fmonorepo-typescript-lib-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielfsousa","download_url":"https://codeload.github.com/danielfsousa/monorepo-typescript-lib-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247184278,"owners_count":20897747,"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":["boilerplate","cli","deno","generator","hacktoberfest","isomorphic","lerna","lib","library","monorepo","scaffold","starter","template","typescript"],"created_at":"2024-10-11T04:09:08.847Z","updated_at":"2026-04-16T08:36:46.724Z","avatar_url":"https://github.com/danielfsousa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monorepo-typescript-lib-starter\n\n[![CI status](https://github.com/danielfsousa/monorepo-typescript-lib-starter/workflows/ci/badge.svg?branch=main)](https://github.com/danielfsousa/monorepo-typescript-lib-starter/actions?query=workflow%ci)\n[![codecov](https://codecov.io/gh/danielfsousa/monorepo-typescript-lib-starter/branch/main/graph/badge.svg)](https://codecov.io/gh/danielfsousa/monorepo-typescript-lib-starter)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n[![Typedoc reference](https://img.shields.io/badge/typedoc-reference-informational)](https://danielfsousa.github.io/monorepo-typescript-lib-starter/)\n\nStarter kit for monorepo libraries in Typescript.\n\nIf you are building a small library and don't want a monorepo checkout: [danielfsousa/typescript-lib-starter](https://github.com/danielfsousa/typescript-lib-starter)\n\n## Quick start\n\n```bash\nnpm init @danielfsousa monorepo-typescript-lib my-lib\n```\n\n## Features\n\n- [lerna](https://github.com/lerna/lerna) for managing a monorepo\n- [RollupJS](https://github.com/rollup/rollup) for multiple [optimized bundles](https://2ality.com/2017/04/setting-up-multi-platform-packages.html) with tree shaking for UMD (browsers), CommonJS (Node.js) and ES Modules (module bundlers)\n- Automatic types (\\*.d.ts) file generation\n- Tests and coverage report generation using [Jest](https://github.com/facebook/jest)\n- [ESlint](https://github.com/eslint/eslint) with [standard](https://github.com/standard/eslint-config-standard-with-typescript) style for linting typescript and javascript files\n- [Prettier](https://github.com/prettier/prettier) for code formatting\n- Automatic documentation generation with [TypeDoc](https://github.com/TypeStrong/typedoc) and deployment to [Github Pages](https://pages.github.com/)\n- Pre-commit hooks with [husky](https://github.com/typicode/husky) and [lint-staged](https://github.com/okonet/lint-staged) for linting, code formatting, unit tests and commit message validation\n- [Codecov](https://codecov.io/) for consuming coverage reports\n- Automatic releases and changelog, using [lerna](https://github.com/lerna/lerna) and [Commitizen](https://github.com/commitizen/cz-cli)(https://conventionalcommits.org/en/v1.0.0/)\n- CI/CD with [Github Actions](https://docs.github.com/en/free-pro-team@latest/actions)\n- Pre-created examples for a [CLI app](./packages/cli/README.md) and an isomorphic [core library](./packages/core/README.md) that runs on browsers, [Node.js](https://nodejs.org/en/) and [Deno](https://deno.land/)\n\n## Scripts\n\nExecute the scripts from the root directory to run for all packages or inside a package folder to run only for that project.\n\n- `npm run bootstrap` Syslink packages and binaries\n- `npm run clean` Remove generated code, typings and caches\n- `npm run commit` Commit using conventional commit style\n- `npm run docs` Generate and open documentation\n- `npm run format` Format code using prettier\n- `npm run format:check` Check if code is following the prettier style\n- `npm run lint` Lints code\n- `npm run lint:fix` Lints and tries to fix linting errors\n- `npm run publish` Bump packages versions based on the commits messages, edit the CHANGELOG file and publish a new release to npm and github\n- `npm run test` Run test suite and generate coverage report\n- `npm run test:watch` Run test suite in interactive watch mode\n- `npm run watch` Run build script in watch mode\n\n## Git hooks\n\n- `pre-commit`: Lints, check your code style and runs associated unit tests for every staged file\n- `commit-msg`: Check if your commit message follows the Conventional Commits specification before every commit (you can run `npm run commit` to help you create a good commit message)\n\n## Credits\n\n- [alexjoverm/typescript-library-starter](https://github.com/alexjoverm/typescript-library-starter)\n- [SatadruBhattacharjee/monorepo-typescript-library-starter](https://github.com/SatadruBhattacharjee/monorepo-typescript-library-starter/)\n- [entria/entria-fullstack](https://github.com/entria/entria-fullstack)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielfsousa%2Fmonorepo-typescript-lib-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielfsousa%2Fmonorepo-typescript-lib-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielfsousa%2Fmonorepo-typescript-lib-starter/lists"}