Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yegor256/plum

Programming language ultimate metrics (PLUM) collected automatically from GitHub, Google Scholar, Twitter, etc.
https://github.com/yegor256/plum

analytics benchmark metrics research-project statistics

Last synced: about 2 months ago
JSON representation

Programming language ultimate metrics (PLUM) collected automatically from GitHub, Google Scholar, Twitter, etc.

Awesome Lists containing this project

README

        

[![make](https://github.com/yegor256/plum/actions/workflows/make.yml/badge.svg?branch=master)](https://github.com/yegor256/plum/actions/workflows/make.yml)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/ctors-vs-size/blob/master/LICENSE.txt)

Here we automatically collect statistics for some programming languages.

It's published: [/index.html](https://yegor256.github.io/plum/).

If you want to add a new language to the collection, feel free
to submit a pull request, changing [`catalog.yml`](https://github.com/yegor256/plum/blob/master/catalog.yml) file.

To build it locally, just run:

```bash
$ make
```

Should work, if you have all dependencies installed, as suggested in the
[Dockerfile](https://github.com/yegor256/plum/blob/master/Dockerfile).