{"id":13640968,"url":"https://github.com/angular/angular-cli?utm_campaign=read_more\u0026utm_medium=blog\u0026utm_source=mybridge","last_synced_at":"2025-04-20T07:31:21.183Z","repository":{"id":33247492,"uuid":"36891867","full_name":"angular/angular-cli","owner":"angular","description":"CLI tool for Angular","archived":false,"fork":false,"pushed_at":"2025-04-15T14:32:46.000Z","size":188172,"stargazers_count":26885,"open_issues_count":280,"forks_count":11974,"subscribers_count":993,"default_branch":"main","last_synced_at":"2025-04-15T17:47:31.235Z","etag":null,"topics":["angular","angular-cli","cli","typescript"],"latest_commit_sha":null,"homepage":"https://cli.angular.dev","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/angular.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-06-04T19:49:37.000Z","updated_at":"2025-04-15T14:33:02.000Z","dependencies_parsed_at":"2023-11-23T17:37:31.625Z","dependency_job_id":"f62c2224-2b8e-42c9-ab2d-6a6525461748","html_url":"https://github.com/angular/angular-cli","commit_stats":{"total_commits":15661,"total_committers":768,"mean_commits":"20.391927083333332","dds":0.8483494029755443,"last_synced_commit":"b2e2be052f230af92b67992945ffc2e638058ca7"},"previous_names":[],"tags_count":968,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fangular-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fangular-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fangular-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fangular-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angular","download_url":"https://codeload.github.com/angular/angular-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249267881,"owners_count":21240873,"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","angular-cli","cli","typescript"],"created_at":"2024-08-02T01:01:16.311Z","updated_at":"2025-04-20T07:31:21.177Z","avatar_url":"https://github.com/angular.png","language":"TypeScript","funding_links":[],"categories":["Repositories 📦"],"sub_categories":[],"readme":"\u003c!--\n  BEFORE UPDATING THIS FILE, READ THIS.\n\n  This file is automatically generated during release. It is important for you to not update\n  README directly.\n\n  - If you need to change the content, update `scripts/templates/readme.ejs`\n  - If you need to add/remove a package or a link, update the .monorepo.json file instead.\n\n  Any changes to README.md directly will result in a failure on CI.\n--\u003e\n\n\u003ch1 style=\"text-align: center\"\u003eAngular CLI - The CLI tool for Angular.\u003c/h1\u003e\n\n\u003cp style=\"text-align: center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"/docs/images/angular-cli-logo.png\" alt=\"Angular CLI logo\" width=\"100px\" height=\"108px\"/\u003e\n  \u003cbr\u003e\u003cbr\u003e\n  \u003cem\u003eThe Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold,\n    \u003cbr\u003eand maintain Angular applications directly from a command shell.\u003c/em\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp style=\"text-align: center\"\u003e\n  \u003ca href=\"https://angular.dev/tools/cli\"\u003e\u003cstrong\u003eangular.dev/tools/cli\u003c/strong\u003e\u003c/a\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp style=\"text-align: center\"\u003e\n  \u003ca href=\"CONTRIBUTING.md\"\u003eContributing Guidelines\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/angular/angular-cli/issues\"\u003eSubmit an Issue\u003c/a\u003e\n  ·\n  \u003ca href=\"https://blog.angular.dev\"\u003eBlog\u003c/a\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\u003chr\u003e\n\n## Documentation\n\nGet started with Angular CLI, learn the fundamentals and explore advanced topics on our documentation website.\n\n- [Getting started][quickstart]\n- [CLI][cli]\n- [Workspace and project file structure][filestructure]\n- [Workspace configuration][workspaceconfig]\n- [Schematics][schematics]\n\n## Development Setup\n\n\n### Prerequisites\n\n- Install [Node.js] which includes [Node Package Manager][npm]\n\n### Setting Up a Project\n\nInstall the Angular CLI globally:\n\n```\nnpm install -g @angular/cli\n```\n\nCreate workspace:\n\n```\nng new [PROJECT NAME]\n```\n\nRun the application:\n\n```\ncd [PROJECT NAME]\nng serve\n```\n\nAngular is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.\n\n## Quickstart\n\n[Get started in 5 minutes][quickstart].\n\n## Ecosystem\n\n\u003cp\u003e\n  \u003cimg src=\"/docs/images/angular-ecosystem-logos.png\" alt=\"angular ecosystem logos\" width=\"500px\" height=\"auto\"\u003e\n\u003c/p\u003e\n\n- [Angular Framework][adev]\n- [Angular Material][angularmaterial]\n\n## Changelog\n\n[Learn about the latest improvements][changelog].\n\n## Upgrading\n\nCheck out our [upgrade guide](https://update.angular.dev/) to find out the best way to upgrade your project.\n\n## Contributing\n\n### Contributing Guidelines\n\nRead through our [contributing guidelines][contributing] to learn about our submission process, coding rules and more.\n\n### Want to Help?\n\nWant to report a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for [contributing][contributing] and then check out one of our issues labeled as \u003ckbd\u003e[help wanted](https://github.com/angular/angular-cli/labels/help%20wanted)\u003c/kbd\u003e or \u003ckbd\u003e[good first issue](https://github.com/angular/angular-cli/labels/good%20first%20issue)\u003c/kbd\u003e.\n\n### Code of Conduct\n\nHelp us keep Angular open and inclusive. Please read and follow our [Code of Conduct][codeofconduct].\n\n### Developer Guide\n\nRead through our [developer guide][developer] to learn about how to build and test the Angular CLI locally.\n\n\n## Community\n\nJoin the conversation and help the community.\n\n- [X (formerly Twitter)][twitter]\n- [Discord][discord]\n- [Gitter][gitter]\n- [YouTube][youtube]\n- [StackOverflow][stackoverflow]\n- Find a Local [Meetup][meetup]\n\n## Packages\n\nThis is a monorepo which contains many tools and packages:\n\n\n\n### Tools\n\n| Project | Package | Version | Links |\n|---|---|---|---|\n**Angular Build System** | [`@angular/build`](https://npmjs.com/package/@angular/build) | [![latest](https://img.shields.io/npm/v/%40angular%2Fbuild/latest.svg)](https://npmjs.com/package/@angular/build) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular/build/README.md) [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-build-builds)\n**Angular CLI** | [`@angular/cli`](https://npmjs.com/package/@angular/cli) | [![latest](https://img.shields.io/npm/v/%40angular%2Fcli/latest.svg)](https://npmjs.com/package/@angular/cli) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular/cli/README.md) [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/cli-builds)\n**Architect CLI** | [`@angular-devkit/architect-cli`](https://npmjs.com/package/@angular-devkit/architect-cli) | [![latest](https://img.shields.io/npm/v/%40angular-devkit%2Farchitect-cli/latest.svg)](https://npmjs.com/package/@angular-devkit/architect-cli) |  [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-devkit-architect-cli-builds)\n**Schematics CLI** | [`@angular-devkit/schematics-cli`](https://npmjs.com/package/@angular-devkit/schematics-cli) | [![latest](https://img.shields.io/npm/v/%40angular-devkit%2Fschematics-cli/latest.svg)](https://npmjs.com/package/@angular-devkit/schematics-cli) |  [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-devkit-schematics-cli-builds)\n\n\n### Packages\n\n\n| Project | Package | Version | Links |\n|---|---|---|---|\n**Angular SSR** | [`@angular/ssr`](https://npmjs.com/package/@angular/ssr) | [![latest](https://img.shields.io/npm/v/%40angular%2Fssr/latest.svg)](https://npmjs.com/package/@angular/ssr) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular/ssr/README.md) [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-ssr-builds)\n**Architect** | [`@angular-devkit/architect`](https://npmjs.com/package/@angular-devkit/architect) | [![latest](https://img.shields.io/npm/v/%40angular-devkit%2Farchitect/latest.svg)](https://npmjs.com/package/@angular-devkit/architect) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular_devkit/architect/README.md) [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-devkit-architect-builds)\n**Build Angular** | [`@angular-devkit/build-angular`](https://npmjs.com/package/@angular-devkit/build-angular) | [![latest](https://img.shields.io/npm/v/%40angular-devkit%2Fbuild-angular/latest.svg)](https://npmjs.com/package/@angular-devkit/build-angular) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular_devkit/build_angular/README.md) [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-devkit-build-angular-builds)\n**Build Webpack** | [`@angular-devkit/build-webpack`](https://npmjs.com/package/@angular-devkit/build-webpack) | [![latest](https://img.shields.io/npm/v/%40angular-devkit%2Fbuild-webpack/latest.svg)](https://npmjs.com/package/@angular-devkit/build-webpack) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular_devkit/build_webpack/README.md) [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-devkit-build-webpack-builds)\n**Core** | [`@angular-devkit/core`](https://npmjs.com/package/@angular-devkit/core) | [![latest](https://img.shields.io/npm/v/%40angular-devkit%2Fcore/latest.svg)](https://npmjs.com/package/@angular-devkit/core) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular_devkit/core/README.md) [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-devkit-core-builds)\n**Schematics** | [`@angular-devkit/schematics`](https://npmjs.com/package/@angular-devkit/schematics) | [![latest](https://img.shields.io/npm/v/%40angular-devkit%2Fschematics/latest.svg)](https://npmjs.com/package/@angular-devkit/schematics) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular_devkit/schematics/README.md) [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-devkit-schematics-builds)\n\n#### Misc\n\n| Project | Package | Version | Links |\n|---|---|---|---|\n**Angular Create** | [`@angular/create`](https://npmjs.com/package/@angular/create) | [![latest](https://img.shields.io/npm/v/%40angular%2Fcreate/latest.svg)](https://npmjs.com/package/@angular/create) | [![README](https://img.shields.io/badge/README--green.svg)](/packages/angular/create/README.md)\n**Webpack Angular Plugin** | [`@ngtools/webpack`](https://npmjs.com/package/@ngtools/webpack) | [![latest](https://img.shields.io/npm/v/%40ngtools%2Fwebpack/latest.svg)](https://npmjs.com/package/@ngtools/webpack) |  [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/ngtools-webpack-builds)\n\n#### Schematics\n\n| Project | Package | Version | Links |\n|---|---|---|---|\n**Angular PWA Schematics** | [`@angular/pwa`](https://npmjs.com/package/@angular/pwa) | [![latest](https://img.shields.io/npm/v/%40angular%2Fpwa/latest.svg)](https://npmjs.com/package/@angular/pwa) |  [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/angular-pwa-builds)\n**Angular Schematics** | [`@schematics/angular`](https://npmjs.com/package/@schematics/angular) | [![latest](https://img.shields.io/npm/v/%40schematics%2Fangular/latest.svg)](https://npmjs.com/package/@schematics/angular) |  [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/angular/schematics-angular-builds)\n\n\n\n**Love Angular CLI? Give our repo a star :star: :arrow_up:.**\n\n[contributing]: CONTRIBUTING.md\n[developer]: docs/DEVELOPER.md\n[quickstart]: https://angular.dev/tutorials/learn-angular\n[changelog]: CHANGELOG.md\n[documentation]: https://angular.dev/overview\n[angularmaterial]: https://material.angular.io/\n[cli]: https://angular.dev/tools/cli\n[adev]: https://angular.dev/\n[workspaceconfig]: https://angular.dev/reference/configs/workspace-config\n[schematics]: https://angular.dev/tools/cli/schematics\n[filestructure]: https://angular.dev/reference/configs/file-structure\n[node.js]: https://nodejs.org/\n[npm]: https://www.npmjs.com/get-npm\n[codeofconduct]: https://github.com/angular/angular/blob/main/CODE_OF_CONDUCT.md\n[twitter]: https://www.x.com/angular\n[discord]: https://discord.gg/angular\n[gitter]: https://gitter.im/angular/angular-cli\n[stackoverflow]: https://stackoverflow.com/questions/tagged/angular-cli\n[youtube]: https://youtube.com/angular\n[meetup]: https://www.meetup.com/find/?keywords=angular\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular%2Fangular-cli%3Futm_campaign=read_more\u0026utm_medium=blog\u0026utm_source=mybridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular%2Fangular-cli%3Futm_campaign=read_more\u0026utm_medium=blog\u0026utm_source=mybridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular%2Fangular-cli%3Futm_campaign=read_more\u0026utm_medium=blog\u0026utm_source=mybridge/lists"}