@lowcodeunit-devkit/lcu-cli-templates-core
Version:
The core templates used by the lcu-cli to manage default configurations of the LCU.
7 lines • 349 B
JSON
[
"npm i @angular/cli@latest -g",
"ng new {{workspace}} --createApplication=false --newProjectRoot={{projectsPath}} --directory=./ --force=true",
"ng add @lowcodeunit-devkit/ng-lcu@latest --repository={{repo}} --workspace={{workspace}} --scope={{scope}} --docs={{docs}}",
"npm i @lcu/cli@latest --save-dev",
"npm install"
]