Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TypeScriptPack ¶
type TypeScriptPack struct {
// contains filtered or unexported fields
}
func NewPack ¶
func NewPack(project *domain.Project) TypeScriptPack
func (TypeScriptPack) AddTemplateFuncs ¶
func (g TypeScriptPack) AddTemplateFuncs(t *template.FuncMap)
func (TypeScriptPack) CreateProjectPlugin ¶
func (g TypeScriptPack) CreateProjectPlugin() error
func (TypeScriptPack) FilesToBuild ¶
func (g TypeScriptPack) FilesToBuild() [][]string
func (TypeScriptPack) Outfile ¶
func (g TypeScriptPack) Outfile() string
func (TypeScriptPack) RecipePath ¶
func (g TypeScriptPack) RecipePath() string
Click to show internal directories.
Click to hide internal directories.