10
10
Any changes to README.md directly will result in a failure on CI.
11
11
-->
12
12
13
- # Angular CLI
14
- ### Development tools and libraries specialized for Angular
13
+ <h1 align =" center " >Angular CLI - The CLI tool for Angular.</h1 >
15
14
16
- This is the home of the DevKit and the Angular CLI code. You can find the Angular CLI specific README
17
- [ here] ( /packages/angular/cli/README.md ) .
15
+ <p align =" center " >
16
+ <br >
17
+ <img src =" /docs/images/angular-cli-logo.png " alt =" Angular CLI logo " width =" 100px " height =" 108px " />
18
+ <br ><br >
19
+ <i >The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold,
20
+ <br >and maintain Angular applications directly from a command shell.</i >
21
+ <br >
22
+ </p >
18
23
24
+ <p align =" center " >
25
+ <a href =" https://cli.angular.io " ><strong >cli.angular.io</strong ></a >
26
+ <br >
27
+ </p >
19
28
20
- [ ![ CircleCI branch] ( https://img.shields.io/circleci/project/github/angular/angular-cli/master.svg?label=circleci )] ( https://circleci.com/gh/angular/angular-cli ) [ ![ Dependency Status] ( https://david-dm.org/angular/angular-cli.svg )] ( https://david-dm.org/angular/angular-cli ) [ ![ devDependency Status] ( https://david-dm.org/angular/angular-cli/dev-status.svg )] ( https://david-dm.org/angular/angular-cli?type=dev )
29
+ <p align =" center " >
30
+ <a href =" CONTRIBUTING.md " >Contributing Guidelines</a >
31
+ ·
32
+ <a href =" https://github.com/angular/angular-cli/issues " >Submit an Issue</a >
33
+ ·
34
+ <a href =" https://blog.angular.io/ " >Blog</a >
35
+ <br >
36
+ <br >
37
+ </p >
21
38
22
- [ ![ License] ( https://img.shields.io/npm/l/@angular/cli.svg )] ( /LICENSE )
39
+ <p align =" center " >
40
+ <a href =" https://circleci.com/gh/angular/workflows/angular-cli/tree/master " >
41
+ <img src="https://img.shields.io/circleci/build/github/angular/angular-cli/master.svg?logo=circleci&logoColor=fff&label=CircleCI" alt="CI status" />
42
+ </a >  ;
43
+ <a href =" https://discord.gg/angular " >
44
+ <img src="https://img.shields.io/discord/463752820026376202.svg?logo=discord&logoColor=fff&label=Discord&color=7389d8" alt="Discord conversation" />
45
+ </a >
46
+ </p >
23
47
24
- [ ![ GitHub forks ] ( https://img.shields.io/github/forks/angular/angular-cli.svg?style=social&label=Fork )] ( https://github.com/angular/angular-cli/fork ) [ ![ GitHub stars ] ( https://img.shields.io/github/stars/angular/angular-cli.svg?style=social&label=Star )] ( https://github.com/angular/angular-cli )
48
+ < hr >
25
49
50
+ ## Documentation
26
51
52
+ Get started with Angular CLI, learn the fundamentals and explore advanced topics on our documentation website.
27
53
28
- ### Quick Links
29
- [ Gitter] ( https://gitter.im/angular/angular-cli ) | [ Contributing] ( /CONTRIBUTING.md ) | [ Angular CLI] ( http://github.com/angular/angular-cli ) |
30
- | ---| ---| ---|
54
+ - [ Getting started] [ quickstart ]
55
+ - [ CLI] [ cli ]
56
+ - [ Workspace and project file structure] [ filestructure ]
57
+ - [ Workspace configuration] [ workspaceconfig ]
58
+ - [ Schematics] [ schematics ]
31
59
32
- ----
60
+ ## Development Setup
33
61
34
- ## The Goal of Angular CLI
35
62
36
- The Angular CLI creates, manages, builds and test your Angular projects. It's built on top of the
37
- Angular DevKit.
63
+ ### Prerequisites
38
64
39
- ## The Goal of DevKit
65
+ - Install [ Node.js ] which includes [ Node Package Manager ] [ npm ]
40
66
41
- DevKit's goal is to provide a large set of libraries that can be used to manage, develop, deploy and
42
- analyze your code.
67
+ ### Setting Up a Project
43
68
44
- # Packages
69
+ Install the Angular CLI globally:
70
+
71
+ ```
72
+ npm install -g @angular/cli
73
+ ```
74
+
75
+ Create workspace:
76
+
77
+ ```
78
+ ng new [PROJECT NAME]
79
+ ```
80
+
81
+ Run the application:
82
+
83
+ ```
84
+ cd [PROJECT NAME]
85
+ ng serve
86
+ ```
87
+
88
+ Angular is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.
89
+
90
+ ## Quickstart
91
+
92
+ [ Get started in 5 minutes] [ quickstart ] .
93
+
94
+ ## Ecosystem
95
+
96
+ <p >
97
+ <img src =" /docs/images/angular-ecosystem-logos.png " alt =" angular ecosystem logos " width =" 500px " height =" auto " >
98
+ </p >
99
+
100
+ - [ Angular Framework] [ aio ]
101
+ - [ Angular Material] [ angularmaterial ]
102
+
103
+ ## Changelog
104
+
105
+ [ Learn about the latest improvements] [ changelog ] .
106
+
107
+ ## Upgrading
108
+
109
+ Check out our [ upgrade guide] ( https://update.angular.io/ ) to find out the best way to upgrade your project.
110
+
111
+ ## Contributing
112
+
113
+ ### Contributing Guidelines
114
+
115
+ Read through our [ contributing guidelines] [ contributing ] to learn about our submission process, coding rules and more.
116
+
117
+ ### Want to Help?
118
+
119
+ Want 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 <kbd >[ help wanted] ( https://github.com/angular/angular-cli/labels/help%20wanted ) </kbd > or <kbd >[ good first issue] ( https://github.com/angular/angular-cli/labels/good%20first%20issue ) </kbd >.
120
+
121
+ ### Code of Conduct
122
+
123
+ Help us keep Angular open and inclusive. Please read and follow our [ Code of Conduct] [ codeofconduct ] .
124
+
125
+ ### Developer Guide
126
+
127
+ Read through our [ developer guide] [ developer ] to learn about how to build and test the Angular CLI locally.
128
+
129
+
130
+ ## Community
131
+
132
+ Join the conversation and help the community.
133
+
134
+ - [ Twitter] [ twitter ]
135
+ - [ Discord] [ discord ]
136
+ - [ Gitter] [ gitter ]
137
+ - [ YouTube] [ youtube ]
138
+ - [ StackOverflow] [ stackoverflow ]
139
+ - Find a Local [ Meetup] [ meetup ]
140
+
141
+ ## Packages
45
142
46
143
This is a monorepo which contains many tools and packages:
47
144
48
145
49
146
50
- ## Tools
147
+ ### Tools
51
148
52
149
| Project | Package | Version | Links |
53
150
| ---| ---| ---| ---|
@@ -56,7 +153,7 @@ This is a monorepo which contains many tools and packages:
56
153
** 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 )
57
154
58
155
59
- ## Packages
156
+ ### Packages
60
157
61
158
62
159
| Project | Package | Version | Links |
@@ -82,3 +179,26 @@ This is a monorepo which contains many tools and packages:
82
179
** 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 )
83
180
84
181
182
+
183
+ ** Love Angular CLI? Give our repo a star :star : :arrow_up : .**
184
+
185
+ [ contributing ] : CONTRIBUTING.md
186
+ [ developer ] : docs/DEVELOPER.md
187
+ [ quickstart ] : https://angular.io/start
188
+ [ changelog ] : CHANGELOG.md
189
+ [ documentation ] : https://angular.io/docs
190
+ [ angularmaterial ] : https://material.angular.io/
191
+ [ cli ] : https://cli.angular.io/
192
+ [ aio ] : https://angular.io/
193
+ [ workspaceconfig ] : https://angular.io/guide/workspace-config
194
+ [ schematics ] : https://angular.io/guide/schematics
195
+ [ filestructure ] : https://angular.io/guide/file-structure
196
+ [ node.js ] : https://nodejs.org/
197
+ [ npm ] : https://www.npmjs.com/get-npm
198
+ [ codeofconduct ] : https://github.com/angular/angular/blob/master/CODE_OF_CONDUCT.md
199
+ [ twitter ] : https://www.twitter.com/angular
200
+ [ discord ] : https://discord.gg/angular
201
+ [ gitter ] : https://gitter.im/angular/angular-cli
202
+ [ stackoverflow ] : https://stackoverflow.com/questions/tagged/angular-cli
203
+ [ youtube ] : https://youtube.com/angular
204
+ [ meetup ] : https://www.meetup.com/find/?keywords=angular
0 commit comments