mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
Currently, there is no mechanism in the Angular tooling to forcefully output colors regardless of detected terminal capabilities. This commit adds an override via an environment variable: `FORCE_COLOR`. The behavior in this commit is the same as the behavior in a commonly used module, `supports-color` (https://github.com/chalk/supports-color#info). This is especially useful when piping output from the Angular CLI, which would automatically and irreversibly disable colors before this commit.
Angular DevKit
Development tools and libraries specialized for Angular
This is the home of the DevKit and the Angular CLI code. You can find the Angular CLI specific README here.
This is the home for all the tools and libraries built to assist developers with their Angular applications.
Quick Links
Gitter | Contributing | Angular CLI |
---|
The Goal of DevKit
Our goal is to provide a large set of libraries that can be used to manage, develop, deploy and analyze your code.
This is the extension of the Angular CLI Project. Once this set of tools is done, the Angular CLI as it is today will become one of many interfaces available to perform those tasks. Everything will also be available to third party tools and IDEs.
Tools
Project | Package | Version | Links |
---|---|---|---|
Angular CLI | @angular/cli |
||
Schematics CLI | @angular-devkit/schematics-cli |
Packages
This is a monorepo which contains many packages:
Project | Package | Version | Links |
---|---|---|---|
Architect | @angular-devkit/architect |
||
Architect CLI | @angular-devkit/architect-cli |
||
Build Angular | @angular-devkit/build-angular |
||
Build NgPackagr | @angular-devkit/build-ng-packagr |
||
Build Optimizer | @angular-devkit/build-optimizer |
||
Build Webpack | @angular-devkit/build-webpack |
||
Core | @angular-devkit/core |
||
Schematics | @angular-devkit/schematics |
Schematics
Project | Package | Version | Links |
---|---|---|---|
Angular PWA Schematics | @angular/pwa |
||
Angular Schematics | @schematics/angular |
||
Schematics Schematics | @schematics/schematics |
||
Package Update Schematics | @schematics/update |
Misc
Project | Package | Version | Links |
---|---|---|---|
Webpack Angular Plugin | @ngtools/webpack |
Description
Languages
TypeScript
95%
Starlark
2.3%
JavaScript
1.3%
HTML
1%
EJS
0.3%