Skip to content

Instantly share code, notes, and snippets.

View stanislas-m's full-sized avatar

Stanislas Michalak stanislas-m

View GitHub Profile
@stanislas-m
stanislas-m / app_generators.go
Created March 18, 2017 16:53
WIP Buffalo Gitlab CI
package cmd
import (
"os/exec"
"github.com/gobuffalo/buffalo/buffalo/cmd/generate"
"github.com/markbates/gentronics"
)
func newAppGenerator(data gentronics.Data) *gentronics.Generator {