Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 481 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 481 Bytes

[DEPRECATED]

This tool is deprecated. Please follow this guide when building a Heroku add-on.

kensa-create-go

An add-on template app in Go, for use with kensa.

Usage

$ gem install kensa
$ gem install foreman

$ kensa create my-addon --template go
$ cd my-addon
$ go get
$ echo "web: my-addon" > Procfile
$ foreman start

$ cd my-addon
$ kensa test all