Documentation
¶
Overview ¶
Package stencil implements the stencil command, which is essentially a thing wrapper around the codegen package which does most of the heavy lifting.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
Command is a thin wrapper around the codegen package that implements the "stencil" command. It is responsible for fetching dependencies, rendering templates, and writing files to disk using the underlying codegen package.
func NewCommand ¶
NewCommand creates a new stencil command
Click to show internal directories.
Click to hide internal directories.