Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaq/elvish-popularity
https://github.com/xiaq/elvish-popularity
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xiaq/elvish-popularity
- Owner: xiaq
- License: bsd-2-clause
- Created: 2022-06-14T16:13:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T16:26:47.000Z (over 2 years ago)
- Last Synced: 2024-12-02T08:56:41.069Z (23 days ago)
- Language: Go
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elvish popularity on GitHub
A program to gather data on the popularity of [Elvish](https://elv.sh) on
GitHub. Run with:```sh
# Generate a personal access token in https://github.com/settings/tokens
export GITHUB_TOKEN=foo
go run . | tee result.md
```