Add open-source boilerplate (#96)
## Summary: There's a lot these days! I got most of it from the GitHub docs [1], as well as looking at other projects. I'll probably hold off on landing this until a couple more things land, then land this and tag v0.1.0. [1] https://docs.github.com/en/communities Issue: https://github.com/Khan/genqlient/issues/35 ## Test plan: view in github UI Author: benjaminjkraft Reviewers: jvoll, StevenACoffman, aberkan, dnerdy, mahtabsabet, MiguelCastillo Required Reviewers: Approved By: jvoll, StevenACoffman Checks: ✅ Test (1.17), ✅ Test (1.16), ✅ Test (1.15), ✅ Test (1.14), ✅ Lint, ✅ Test (1.17), ✅ Test (1.16), ✅ Test (1.15), ✅ Test (1.14), ✅ Lint Pull Request URL: https://github.com/Khan/genqlient/pull/96
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<img width="100%" alt="generated graphql client ⇒ genqlient" src="docs/images/genqlient.svg">
|
||||
|
||||
[](https://pkg.go.dev/github.com/Khan/genqlient)
|
||||
[](https://github.com/Khan/genqlient/actions)
|
||||
[](docs/CODE_OF_CONDUCT.md)
|
||||
[](https://goreportcard.com/report/github.com/Khan/genqlient)
|
||||
|
||||
# genqlient: a truly type-safe Go GraphQL client
|
||||
|
||||
This is a proof-of-concept of using code-generation to create a truly type-safe GraphQL client in Go. It is not yet ready for contributions (see [docs/CONTRIBUTING.md](docs/CONTRIBUTING.md)).
|
||||
|
||||
Reference in New Issue
Block a user