Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scaffolder ¶
type Scaffolder struct {
// contains filtered or unexported fields
}
func NewScaffolder ¶
func NewScaffolder(logger *slog.Logger) *Scaffolder
func (*Scaffolder) BootstrapChannel ¶
func (s *Scaffolder) BootstrapChannel(root, channelName string, force bool) (*Result, error)
BootstrapChannel creates a new channel in an existing project root.
func (*Scaffolder) BootstrapProject ¶
func (s *Scaffolder) BootstrapProject(dir, projectName string, force bool) (*Result, error)
BootstrapProject creates a full intu project in dir/projectName.
Click to show internal directories.
Click to hide internal directories.