Skip to content

Haruna2004/pull-request-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages