Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct{}
Grift command is a root command to run tasks usage is ox task [name]. If no name is passed this will list the tasks
func (Command) ParentName ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
func (Generator) InvocationName ¶
InvocationName is used to identify the generator when the generate command is called.
type Initializer ¶
type Initializer struct{}
func (Initializer) Initialize ¶
func (Initializer) Name ¶
func (i Initializer) Name() string
Click to show internal directories.
Click to hide internal directories.