{"id":20728887,"url":"https://github.com/dineeek/ngx-libs-workspace","last_synced_at":"2025-04-23T19:44:27.490Z","repository":{"id":64411793,"uuid":"542721816","full_name":"dineeek/ngx-libs-workspace","owner":"dineeek","description":"Angular npmjs libs workspace","archived":false,"fork":false,"pushed_at":"2024-10-12T06:37:47.000Z","size":1478,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T12:40:03.538Z","etag":null,"topics":["angular","library","monorepo","npmjs-packages","nx","pnpm","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/dineeek.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":"2022-09-28T17:53:28.000Z","updated_at":"2024-10-12T06:36:43.000Z","dependencies_parsed_at":"2024-10-23T16:46:53.992Z","dependency_job_id":"3fb6b342-4b8d-440b-9b38-0ba4300b7a35","html_url":"https://github.com/dineeek/ngx-libs-workspace","commit_stats":{"total_commits":65,"total_committers":3,"mean_commits":"21.666666666666668","dds":0.2615384615384615,"last_synced_commit":"053bf5a4e1277f93d97d41f28221f5096f834404"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineeek%2Fngx-libs-workspace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineeek%2Fngx-libs-workspace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineeek%2Fngx-libs-workspace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineeek%2Fngx-libs-workspace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dineeek","download_url":"https://codeload.github.com/dineeek/ngx-libs-workspace/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250501653,"owners_count":21441055,"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":["angular","library","monorepo","npmjs-packages","nx","pnpm","typescript"],"created_at":"2024-11-17T04:40:17.135Z","updated_at":"2025-04-23T19:44:27.464Z","avatar_url":"https://github.com/dineeek.png","language":"TypeScript","funding_links":[],"categories":["Third Party Components"],"sub_categories":["Form Controls"],"readme":"# Ngx Libs Workspace\n\n[![Build Status](https://app.travis-ci.com/dineeek/ngx-libs-workspace.svg?branch=main)](https://app.travis-ci.com/dineeek/ngx-libs-workspace)\n[![lint:test:build:deploy](https://github.com/dineeek/ngx-libs-workspace/actions/workflows/lint-test-build-deploy.yml/badge.svg)](https://github.com/dineeek/ngx-libs-workspace/actions/workflows/lint-test-build-deploy.yml)\n[![Coverage Status](https://coveralls.io/repos/github/dineeek/ngx-libs-workspace/badge.svg?branch=main)](https://coveralls.io/github/dineeek/ngx-libs-workspace?branch=main\u0026kill_cache=1)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdineeek%2Fngx-libs-workspace.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdineeek%2Fngx-libs-workspace?ref=badge_shield)\n\n**[Live workspace demo](https://dineeek.github.io/ngx-libs-workspace)**\n\nThis project was generated using [Nx](https://nx.dev).\n\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\" width=\"450\"\u003e\u003c/p\u003e\n\n🔎 **Smart, Fast and Extensible Build System**\n\n## Quick Start \u0026 Documentation\n\n[Nx Documentation](https://nx.dev/getting-started/intro)\n\n[Mental model is a good starting point for those who like to understand things theoretically first.](https://nx.dev/concepts/mental-model)\n\n[Interactive Tutorial](https://nx.dev/getting-started/angular-tutorial)\n\n## Adding capabilities to your workspace\n\nNx supports many plugins which add capabilities for developing different types\nof applications and different tools.\n\nThese capabilities include generating applications, libraries, etc as well as\nthe devtools to test, and build projects as well.\n\nBelow are our core plugins:\n\n- [Angular](https://angular.io)\n  - `ng add @nx/angular`\n- [React](https://reactjs.org)\n  - `ng add @nrwl/react`\n- Web (no framework frontends)\n  - `ng add @nrwl/web`\n- [Nest](https://nestjs.com)\n  - `ng add @nrwl/nest`\n- [Express](https://expressjs.com)\n  - `ng add @nrwl/express`\n- [Node](https://nodejs.org)\n  - `ng add @nrwl/node`\n\nThere are also many [community plugins](https://nx.dev/community) you could add.\n\n## Generate an application\n\nRun `ng g @nx/angular:app my-app` to generate an application.\n\n\u003e You can use any of the plugins above to generate applications as well.\n\nWhen using Nx, you can create multiple applications and libraries in the same\nworkspace.\n\n## Generate a library\n\nRun `ng g @nx/angular:lib my-lib` to generate a library.\n\n\u003e You can also use any of the plugins above to generate libraries as well.\n\nLibraries are shareable across libraries and applications. They can be imported\nfrom `@ngx-libs-workspace/mylib`.\n\n## Development server\n\nRun `ng serve my-app` for a dev server. Navigate to http://localhost:4200/. The\napp will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng g component my-component --project=my-app` to generate a new component.\n\n## Build\n\nRun `ng build my-app` to build the project. The build artifacts will be stored\nin the `dist/` directory. Use the `--prod` flag for a production build.\n\n## Running unit tests\n\nRun `ng test my-app` to execute the unit tests via [Jest](https://jestjs.io).\n\nRun `nx affected:test` to execute the unit tests affected by a change.\n\n## Running end-to-end tests\n\nRun `ng e2e my-app` to execute the end-to-end tests via\n[Cypress](https://www.cypress.io).\n\nRun `nx affected:e2e` to execute the end-to-end tests affected by a change.\n\n## Understand your workspace\n\nRun `nx graph` to see a diagram of the dependencies of your projects.\n\n## Further help\n\nVisit the [Nx Documentation](https://nx.dev/angular) to learn more.\n\n## ☁ Nx Cloud\n\n### Distributed Computation Caching \u0026 Distributed Task Execution\n\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-cloud-card.png\"\u003e\u003c/p\u003e\n\nNx Cloud pairs with Nx in order to enable you to build and test code more\nrapidly, by up to 10 times. Even teams that are new to Nx can connect to Nx\nCloud and start saving time instantly.\n\nTeams using Nx gain the advantage of building full-stack applications with their\npreferred framework alongside Nx’s advanced code generation and project\ndependency graph, plus a unified experience for both frontend and backend\ndevelopers.\n\nVisit [Nx Cloud](https://nx.app/) to learn more.\n\n## License\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdineeek%2Fngx-libs-workspace.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdineeek%2Fngx-libs-workspace?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdineeek%2Fngx-libs-workspace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdineeek%2Fngx-libs-workspace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdineeek%2Fngx-libs-workspace/lists"}