mareklesko / watch-ng-libraries

CLI to run ng apps using monorepo libraries
MIT License
2 stars 1 forks source link

watch-ng-libraries

CLI to run ng apps using monorepo libraries. It parses angular.json and looks for module dependencies among libraries and application within angular monorepo. Then it builds dependecy map and build libraries in correct order to honor all dependecies. Project specified in serve command is then served using ng serve utilit from @angular/cli

In version 1.2.1 we added support for secondary entry points into ANG libraries support

Quick Example

watch-ng-libraries serve project -r -d /home/path/to/ang/project -p

watch-ng-libraries build project -r -d /home/path/to/ang/project -a --aot,--configuration,ivy

Command serve

Parameters

Parameters