Documentation
¶
Index ¶
- type Program
- func (p *Program) CreateDjangoProject() error
- func (p *Program) CreateFileFromTemplate(pathToCreate string, projectPath string, fileName string, fileTmpl []byte) error
- func (p *Program) CreateFilesFromMap(pathToCreate string, projectPath string, files map[string][]byte) error
- func (p *Program) CreatePath(pathToCreate string, projectPath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Program ¶
type Program struct { Name string ProjectType flags.Project DataBaseType flags.DataBase AbsolutePath string }
func (*Program) CreateDjangoProject ¶
func (*Program) CreateFileFromTemplate ¶
func (*Program) CreateFilesFromMap ¶
Click to show internal directories.
Click to hide internal directories.