docs(angular): add cli builders content (#6893)

pull/6930/head
J. Degand 2 months ago committed by GitHub
parent 45a28405be
commit 4ede70ab86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      src/data/roadmaps/angular/content/cli-builders@TeWEy9I-hU6SH02Sy2S2S.md

@ -1 +1,9 @@
# CLI Builders
# CLI Builders
A number of Angular CLI commands run a complex process on your code, such as building, testing, or serving your application. The commands use an internal tool called `Architect` to run CLI builders, which invoke another tool (bundler, test runner, server) to accomplish the desired task. Custom builders can perform an entirely new task or to change which third-party tool is used by an existing command.
Visit the following resources to learn more:
- [@official@Angular Official Docs - CLI Builders](https://angular.dev/tools/cli/cli-builder)
- [@video@Angular Builders – Creating Custom Builder from Scratch](https://www.youtube.com/watch?v=QbDkDLnXAZE)
- [@opensource@Angular Builders](https://github.com/just-jeb/angular-builders)
Loading…
Cancel
Save