angular-module-analyser
v1.1.6
Published
##### Requirements
Downloads
196
Readme
Angular module upgrade tool
Requirements
- Node 8 or above
Usage
- Install
npm install -g git+ssh://bitbucket.org:tuannguyen359/angular_module_upgrade.git
- Run the upgrade tool
angular-module-analyser (analyse|upgrade)
Commands
- analyse: Takes in a project folder and performs analysis of the modules' usages and dependencies. Output its findings to a JSON file
- upgrade: Reads a JSON stats file and performs the upgrade.