Stats that matter. Handy tool to compare open source projects:
"Very interesting and clever tool to compare JavaScript frameworks" - Scott Hanselman
- create-react-app
- react-vis
- reactable
- React Intl
- moment
- Github octicons and colors
- css-loaders
To add the link with comparisons to the list just add a new yaml file into comparisons
folder:
Create yaml file with following format:
title: <Title for the link>
repos:
- github: <github user / github repository>
npm: <npm package name> (optional, needed only if package name different that repository name)
Create yaml file with following format:
title: <Title for the link>
repos:
- github: <github user / github repository>
nuget: <nuget package name> (optional, needed only if package name different that repository name)
To add the project to chart just add it into data.json
file.
{"type":"frontend_framework","user":"angular","repo":"angular.js","package":"angular"},
type
- (optional) category of the project Next types can be used:backend_framework
bundler
styles
language
testing_framework
data_visualization
user
- Github user/organization namerepo
- Github repository namepackage
- (optional) npm package name (skiped if same as Github repository name)