github.com/wawandco/ox@v0.13.6-0.20230809142027-913b3d837f2a/plugins/tools/grift/templates/grift.go.tmpl (about)

     1  package tasks
     2  import (
     3  	"{{.}}/app"
     4  
     5  	"github.com/gobuffalo/buffalo"
     6  )
     7  
     8  // Init the tasks with some common tasks that come from 
     9  // grift
    10  func init() {
    11  	buffalo.Grifts(app.New())
    12  }