adaptdk/contrib
Composer 安装命令:
composer create-project adaptdk/contrib
包简介
Open Source Contributions Log
README 文档
README
This project tries to gather information about open source contributions for a given organization.
Producing output files
First, make sure you installed dependencies, e.g. composer install.
HTML
There is some scripting in place to generate an HTML page based on the data.
It also contains JSON-LD output that may be useful if the page is public at
some point.
You may want to try the following command.
./contriblog html > contributions.html
RSS
There is also a way to produce RSS output.
You may want to try the following command.
./contriblog rss > rss.xml
Adding entries
- Use the helper, e.g.
./contriblog add, or - Manually edit the YAML file, and process it with
./contriblog formatto get it on the standard output.
YAML format
The YAML file tries to be self-explanatory. It tries to describe contributions thinking in possible future use of the data.
Types are CHAOSS Types of Contributions.
Contributions are sorted by date.
You may want to enable the git pre-commit hook, e.g. with
git config core.hooksPath .githooks.
References
- Community Health Analytics Open Source Software, CHAOSS provides guidance about data measurement around open source software, but it also provides general guidance, that this project can use.
- CHAOSS Common Metrics Working Group (Common WG) contains more direct suggestions.
Credit
This project has been initially developed by Adapt.
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2021-02-17