github-star-counter 1.1.1

A tool to query direct (and indirect) stars of a GitHub user or organizations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
help:
	$(info -- Targets -------------------------------------------)
	$(info tests                                  | run all tests)
	$(info -- Less Useful ---------------------------------------)
	$(info fixtures              | re-generate fixtures for tests)

tests:
	cargo +nightly test --lib

fixtures:
	curl "https://api.github.com/users/Byron" > test/fixtures/github.com-byron.json
	curl "https://api.github.com/users/Byron/orgs" > test/fixtures/github.com-byron-orgs.json
	curl "https://api.github.com/users/Byron/repos?per_page=100&page=1" > test/fixtures/github.com-byron-repos-page-1.json