Skip to content

Latest commit

 

History

History

tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tools license

Changelog analysis tools

Install

cd packages/tools
npm install

Popular package analysis

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

Chart generation

Generate pie charts representing common changelog location for active/inactive/total collected packages

node src/generateCharts.js [file]