@objectivity/angular-schematic-web-ci
Version:
Adds configuration of CI.
40 lines (30 loc) • 767 B
Markdown
# Angular schematic web ci
Adds configuration of CI.
## Overview
```bash
ng add @objectivity/angular-schematic-web-ci
```
Adds configuration of CI to the default Angular application.
it is possible to specify project name to use
```bash
ng add @objectivity/angular-schematic-web-ci [project name]
```
## Options
<details>
<summary>azure-devops</summary>
<p>
<code>--azure-devops</code> (alias: <code>-azure</code>) <em>default value: true</em>
</p>
<p>
When true, adds Azure DevOps pipeline configuration to the application.
</p>
</details>
<details>
<summary>skip-install</summary>
<p>
<code>--skip-install</code> (alias: <code>-si</code>) <em>default value: false</em>
</p>
<p>
Skip installing packages.
</p>
</details>