1.0.12 • Published 6 years ago

root-install-wizard v1.0.12

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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.

1.0.12

6 years ago

1.0.10

6 years ago

1.0.1

6 years ago