Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FillPack ¶
func FillPack(opts FillPackOptions) (*types.FillResult, error)
FillPack adds placeholder files for power-ups to an existing pack.
Types ¶
type FillPackOptions ¶
type FillPackOptions struct {
// DotfilesRoot is the path to the root of the dotfiles directory.
DotfilesRoot string
// PackName is the name of the pack to fill with template files.
PackName string
}
FillPackOptions defines the options for the FillPack command.
Click to show internal directories.
Click to hide internal directories.