Versions in this module Expand all Collapse all v1 v1.1.0 Jul 24, 2021 v1.0.0 May 10, 2021 Changes in this version + func Run() error + type App struct + type Module struct + Name string + Path string + Stubs []Stub + func (m *Module) Create(rootPath string, packageName string) error + func (m *Module) CreatePath(rootPath string) (string, error) + type Stub struct + File string + Name string + Path string + func (s *Stub) Cast(modulePath string, replace interface{}) error + func (s *Stub) GetStubContent() (string, error)