/template-github-app-golang

A template for quickly getting started with GitHub Apps in Golang

Primary LanguageGoISC LicenseISC

🌈 template-github-app-golang

Template for GitHub Apps in Golang

About

This is a template repo for quickly getting started building GitHub Apps in Golang.

Getting started

  1. Generate a repo from this template
  2. Configure your local environment, providing values for the environment variables listed in .envrc.example
  3. Run app, e.g. using reflex: reflex -s go run main.go
  4. Expose the app to the interwebs, e.g. using ngrok: ngrok http 8000
  5. Add logic to the handler as required