{"id":19641749,"url":"https://github.com/layzeedk/nx-angular-library-generator","last_synced_at":"2026-05-17T17:33:46.747Z","repository":{"id":245740656,"uuid":"819096184","full_name":"LayZeeDK/nx-angular-library-generator","owner":"LayZeeDK","description":"Sample Nx-powered Angular library and application generators.","archived":false,"fork":false,"pushed_at":"2024-06-28T08:45:26.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-17T18:37:03.550Z","etag":null,"topics":["angular","nx"],"latest_commit_sha":null,"homepage":"","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/LayZeeDK.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,"zenodo":null},"funding":{"github":["LayZeeDK"]}},"created_at":"2024-06-23T19:07:34.000Z","updated_at":"2024-06-29T21:43:07.000Z","dependencies_parsed_at":"2025-07-02T06:35:43.045Z","dependency_job_id":"7528b4d9-93a6-4c9f-b703-25d3e8950c36","html_url":"https://github.com/LayZeeDK/nx-angular-library-generator","commit_stats":null,"previous_names":["layzeedk/nx-angular-library-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LayZeeDK/nx-angular-library-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayZeeDK%2Fnx-angular-library-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayZeeDK%2Fnx-angular-library-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayZeeDK%2Fnx-angular-library-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayZeeDK%2Fnx-angular-library-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LayZeeDK","download_url":"https://codeload.github.com/LayZeeDK/nx-angular-library-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LayZeeDK%2Fnx-angular-library-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33147565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":["angular","nx"],"created_at":"2024-11-11T14:10:17.824Z","updated_at":"2026-05-17T17:33:46.708Z","avatar_url":"https://github.com/LayZeeDK.png","language":"TypeScript","funding_links":["https://github.com/sponsors/LayZeeDK"],"categories":[],"sub_categories":[],"readme":"# NxAngularLibraryGenerator\n\n\u003ca alt=\"Nx logo\" href=\"https://nx.dev\" target=\"_blank\" rel=\"noreferrer\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\" width=\"45\"\u003e\u003c/a\u003e\n\n✨ **This workspace has been generated by [Nx, Smart Monorepos · Fast CI.](https://nx.dev)** ✨\n\n## Integrate with editors\n\nEnhance your Nx experience by installing [Nx Console](https://nx.dev/nx-console) for your favorite editor. Nx Console\nprovides an interactive UI to view your projects, run tasks, generate code, and more! Available for VSCode, IntelliJ and\ncomes with a LSP for Vim users.\n\n## Start the application\n\nRun `npx nx serve nrwl-airlines` to start the development server. Happy coding!\n\n## Build for production\n\nRun `npx nx build nrwl-airlines` to build the application. The build artifacts are stored in the output directory (e.g. `dist/` or `build/`), ready to be deployed.\n\n## Running tasks\n\nTo execute tasks with Nx use the following syntax:\n\n```\nnpx nx \u003ctarget\u003e \u003cproject\u003e \u003c...options\u003e\n```\n\nYou can also run multiple targets:\n\n```\nnpx nx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e\n```\n\n..or add `-p` to filter specific projects\n\n```\nnpx nx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e -p \u003cproj1\u003e \u003cproj2\u003e\n```\n\nTargets can be defined in the `package.json` or `projects.json`. Learn more [in the docs](https://nx.dev/features/run-tasks).\n\n## Set up CI!\n\nNx comes with local caching already built-in (check your `nx.json`). On CI you might want to go a step further.\n\n- [Set up remote caching](https://nx.dev/features/share-your-cache)\n- [Set up task distribution across multiple machines](https://nx.dev/nx-cloud/features/distribute-task-execution)\n- [Learn more how to setup CI](https://nx.dev/recipes/ci)\n\n## Explore the project graph\n\nRun `npx nx graph` to show the graph of the workspace.\nIt will show tasks that you can run with Nx.\n\n- [Learn more about Exploring the Project Graph](https://nx.dev/core-features/explore-graph)\n\n## Connect with us!\n\n- [Join the community](https://nx.dev/community)\n- [Subscribe to the Nx Youtube Channel](https://www.youtube.com/@nxdevtools)\n- [Follow us on Twitter](https://twitter.com/nxdevtools)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flayzeedk%2Fnx-angular-library-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flayzeedk%2Fnx-angular-library-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flayzeedk%2Fnx-angular-library-generator/lists"}