https://github.com/dlang/contribs.dlang.io
Phobos contributions statistics
https://github.com/dlang/contribs.dlang.io
Last synced: 6 months ago
JSON representation
Phobos contributions statistics
- Host: GitHub
- URL: https://github.com/dlang/contribs.dlang.io
- Owner: dlang
- Created: 2024-01-28T19:25:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T20:47:28.000Z (over 2 years ago)
- Last Synced: 2025-01-23T18:45:50.761Z (over 1 year ago)
- Language: D
- Size: 6.84 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# List contributors of a Phobos module.
Live:
https://contribs.dlang.io/
You can pick a file and browse the output:
https://contribs.dlang.io/contributors/file/dlang/phobos?file=std/algorithm/searching.d
A user object consists of `login` (Github username), `id` (Github userid`, `avatar_url` (Github avatar) and `html_url` (to the Github profile).
The server is intended only for use at dlang.org/phobos - drop me a mail if you would like to use this service for your project.
How to run
----------
Just execute Dlang's package manager [dub](http://code.dlang.org)
```
dub
```
License
-------
[Boost License 1.0](http://boost.org/LICENSE_1_0.txt)