1.1.6 • Published 5 years ago

angular-module-analyser v1.1.6

Weekly downloads
66
License
MIT
Repository
-
Last release
5 years ago

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.