Changelog analysis tools
cd packages/tools
npm install
Collect data on popular npm packages (1000 by default):
node src/fetchNpmTopPackages.js [nbPackage]
This command generates a file (in the data directory) with newline separated json of popular packages data
Generate pie charts representing common changelog location for active/inactive/total collected packages
node src/generateCharts.js [file]