Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yegor256/plum
- Owner: yegor256
- License: mit
- Created: 2022-02-08T17:22:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T15:51:13.000Z (8 months ago)
- Last Synced: 2024-05-01T23:12:21.673Z (8 months ago)
- Topics: analytics, benchmark, metrics, research-project, statistics
- Language: Shell
- Homepage: https://yegor256.github.io/plum/
- Size: 234 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).