{"id":15388567,"url":"https://github.com/deebloo/angular-multi-lib-starter","last_synced_at":"2026-01-20T01:58:56.542Z","repository":{"id":43447486,"uuid":"121271734","full_name":"deebloo/angular-multi-lib-starter","owner":"deebloo","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T08:51:57.000Z","size":642,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T21:33:00.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/deebloo.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":"2018-02-12T16:30:46.000Z","updated_at":"2019-03-08T10:15:10.000Z","dependencies_parsed_at":"2024-10-18T20:00:16.193Z","dependency_job_id":"ea93b563-2f6a-4d11-b8d1-1759bf251e3b","html_url":"https://github.com/deebloo/angular-multi-lib-starter","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"c56cbad006ffda94219f25848622417e24c4a340"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Fangular-multi-lib-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Fangular-multi-lib-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Fangular-multi-lib-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Fangular-multi-lib-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deebloo","download_url":"https://codeload.github.com/deebloo/angular-multi-lib-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247502175,"owners_count":20949204,"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":[],"created_at":"2024-10-01T14:57:23.726Z","updated_at":"2026-01-20T01:58:56.485Z","avatar_url":"https://github.com/deebloo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Multi-Lib Starter\n\nPackages for building Typescript/Angular applications.\n\n#### Module Docs\n\n| Module                            |\n| --------------------------------- |\n| [MyCommonModule](packages/common) |\n| [MyCoreModule](packages/core)     |\n\n#### Development\n\nClone:\n\n```BASH\ngit clone https://github.com/your-repo.git\n```\n\nInstall Deps:\n\n```BASH\nnpm run i\n```\n\nServe demo app:\n\n```BASH\nnpm run serve:dev\n```\n\nRun tests\n\n```BASH\nnpm test\n```\n\nto run demo app to test with final compiled modules\n\n```BASH\nnpm run serve:packages\n```\n\nIf wanting to test in a different application while building you will have to do the following.\n\n1. link the dev packages from this repo\n\n```BASH\nnpm run link-dev\n```\n\n2. Link the packages you are working on with your project. (run these from your app)\n\n```BASH\nnpm link @my-lib/common\n\nnpm link @my-lib/core\n\n# etc\n```\n\n3. Edit your app `tsconfig.app.json`\n\n```JSON\n{\n  \"exclude\": [\n    \"test.ts\",\n    \"**/*.spec.ts\",\n    \"../node_modules/@my-lib/**/*.spec.ts\"\n  ],\n  \"include\": [\"**/*.ts\", \"../node_modules/@my-lib/**/*.ts\"]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeebloo%2Fangular-multi-lib-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeebloo%2Fangular-multi-lib-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeebloo%2Fangular-multi-lib-starter/lists"}