Documentation ¶ Index ¶ func Install(dir string, template fs.FS, args template.Args) (err error) func List() (err error) func NewRun(dir string, templates map[string]string) target.CreateProject type Runner func NewRunner(dir string, templates map[string]string) *Runner func (r *Runner) Run(t target.Template) (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Install ¶ func Install(dir string, template fs.FS, args template.Args) (err error) func List ¶ func List() (err error) func NewRun ¶ func NewRun(dir string, templates map[string]string) target.CreateProject Types ¶ type Runner ¶ type Runner struct { // contains filtered or unexported fields } func NewRunner ¶ func NewRunner(dir string, templates map[string]string) *Runner func (*Runner) Run ¶ func (r *Runner) Run(t target.Template) (err error) Source Files ¶ View all Source files install.golist.gorun.go Click to show internal directories. Click to hide internal directories.