root-install-wizard
v1.0.12
Published
Contains sh file for install project with root wizard settings.
Downloads
7
Readme
The module contains a root sh file for install project, with root wizard settings.
In Folder "/node_modules/root-install-wizard/" exists the index.sh file. Run this file with two parameter => param1 = Projectname, param2 = entryComponents name.
Example:
./index.sh new-wizard-project ds365-new-wizard-project
The file will create a ng project bei the name of param1. It install the follow list of packages:
ng add @angular/elements
ng add @angular/material
npm install @webcomponents/webcomponentsjs
It replace the index.html and app.module.ts.
It create a wizard component.
The value of param2 will set the entryComponents in index.html and app.module.ts
It copie the .npmrc of itelio.pkgs.visualstudio.com in the new project.