Skip to content

A template for quickly getting started with GitHub Apps in Golang

License

Notifications You must be signed in to change notification settings

Shivanshu-lambdatest/template-github-app-golang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌈 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

About

A template for quickly getting started with GitHub Apps in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%