mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
1.0 KiB
1.0 KiB
ng generate
Overview
ng generate [name]
generates the specified blueprint
Available blueprints:
Options
dry-run
--dry-run
(aliases: -d
) default value: false
Run through without making any changes.
force
--force
(aliases: -f
) default value: false
Forces overwriting of files.
app
--app
Specifies app name to use.