Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celtian/ngx-devkit-builders
Custom Angular builders
https://github.com/celtian/ngx-devkit-builders
angular library
Last synced: about 10 hours ago
JSON representation
Custom Angular builders
- Host: GitHub
- URL: https://github.com/celtian/ngx-devkit-builders
- Owner: Celtian
- License: mit
- Created: 2022-12-14T07:00:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T16:35:15.000Z (28 days ago)
- Last Synced: 2024-11-14T20:02:14.737Z (1 day ago)
- Topics: angular, library
- Language: TypeScript
- Homepage:
- Size: 17.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
NgxDevkitBuilders
[![npm version](https://badge.fury.io/js/ngx-devkit-builders.svg)](https://badge.fury.io/js/ngx-devkit-builders)
[![Package License](https://img.shields.io/npm/l/ngx-devkit-builders.svg)](https://www.npmjs.com/ngx-devkit-builders)
[![NPM Downloads](https://img.shields.io/npm/dm/ngx-devkit-builders.svg)](https://www.npmjs.com/ngx-devkit-builders)
[![Snyk](https://snyk.io/advisor/npm-package/ngx-devkit-builders/badge.svg)](https://snyk.io/advisor/npm-package/ngx-devkit-builders)
[![stars](https://badgen.net/github/stars/celtian/ngx-devkit-builders)](https://github.com/celtian/ngx-devkit-builders/)
[![forks](https://badgen.net/github/forks/celtian/ngx-devkit-builders)](https://github.com/celtian/ngx-devkit-builders/)
[![HitCount](http://hits.dwyl.com/celtian/ngx-devkit-builders.svg)](http://hits.dwyl.com/celtian/ngx-devkit-builders)This package contains Architect builders used to build and test Angular applications and libraries.
> ✓ _Angular 18 compatible_
## 🚀 Builders
| Name | Description |
| ---------------------------------------------------- | --------------------------------- |
| [version](./src/version/README.md) | Create build information file |
| [robots](./src/robots/README.md) | Create simplified robots.txt file |
| [copy-environment](./src/copy-environment/README.md) | Copy environment file |_More builders can be added in the future._
## 🔧 Compatibility
| Angular | ngx-app-version | Install |
| ------- | --------------- | ---------------------------- |
| >= 17 | 1.x | `yarn add ngx-app-version` |
| >= 16 | 0.x | `yarn add ngx-app-version@0` |## 🪪 License
Copyright © 2022 - 2024 [Dominik Hladik](https://github.com/Celtian)
All contents are licensed under the [MIT license].
[mit license]: LICENSE