angular-module-analyser

Node 8 or above

Usage no npm install needed!

<script type="module">
  import angularModuleAnalyser from 'https://cdn.skypack.dev/angular-module-analyser';
</script>

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.