Angular Schematic Starter Kit
Extends Angular project creating a good starting point for new projects.
Overview
ng add @objectivity/angular-schematic-starter-kit
Adds configuration of CI to the default Angular application.
it is possible to specify project name to use
ng add @objectivity/angular-schematic-starter-kit [project name]
Options
setup
--setup
(alias: -s
) default value: true
When true, configures useful aspects of Angular project.
ui-framework
--ui-framework
(alias: -ui
) default value: true
When true, configures UI framework.
ci
--ci
default value: true
When true, adds configuration of CI.
ide
--ide
default value: true
When true, configures IDE, adds common extensions and configurations.
app-insights
--app-insights
(alias: -ai
) default value: true
When true, adds Azure AppInsights integration.