https://github.com/ngx-builders/angular-builder
List of all custom builders.
https://github.com/ngx-builders/angular-builder
angular angular-build angular-builders angular8 builder cli ng-deploy ngx-build ngx-builder
Last synced: 3 months ago
JSON representation
List of all custom builders.
- Host: GitHub
- URL: https://github.com/ngx-builders/angular-builder
- Owner: ngx-builders
- License: mit
- Created: 2019-07-19T18:23:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T04:24:02.000Z (about 1 year ago)
- Last Synced: 2025-06-24T12:41:36.647Z (7 months ago)
- Topics: angular, angular-build, angular-builders, angular8, builder, cli, ng-deploy, ngx-build, ngx-builder
- Language: TypeScript
- Homepage: https://angular-builders.dev
- Size: 723 KB
- Stars: 31
- Watchers: 1
- Forks: 12
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Builders
[](#contributors-)

Click [here](https://angular-builders.dev) to see list of builders.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3.
## Adding a new builder
1. Find the `builders.json` in `assets` folder.
2. Provide the data for new builder in below `json` format
```json
{
"name": "Bazel Build",
"description": "Bazel is an open-source build and test tool similar to Make, Maven, and Gradle. It uses a human-readable, high-level build language. Bazel supports projects in multiple languages and builds outputs for multiple platforms. Bazel supports large codebases across multiple repositories, and large numbers of users.",
"repository": "https://github.com/bazelbuild/bazel"
}
```
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Become a contributor
#### Missing a builder, found bug or typo in docs?
Please, feel free to open an [issue](https://github.com/santoshyadav198613/angular-builder/issues)
or submit a [pull request](https://github.com/santoshyadav198613/angular-builder/pulls) to make this project better for everyone!
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Santosh Yadav
💻 🖋 🎨 📖

Nitish Kumar Singh
💻 🎨

patel-manas
💻

Bojan Kogoj
💻

Jeffrey Bosch
📖
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!