[
    "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"
]