Documentation
¶
Index ¶
- type Directory
- func (d *Directory) CreateCodeOfConduct() error
- func (d *Directory) CreateContributing() error
- func (d *Directory) CreateGitIgnore() error
- func (d *Directory) CreateLicense() error
- func (d *Directory) CreateProjectFiles() error
- func (d *Directory) CreateReadMe() error
- func (d *Directory) InitializeRepository() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Directory ¶
type Directory struct {
Path string
ReadMe bool
License string
Contribution bool
CodeOfConduct bool
GitIgnore string
ProjectType string
}
Directory is a type for holding all of the directory information relative to quick-repo flags
func NewDirectory ¶
func NewDirectory() *Directory
func (*Directory) CreateCodeOfConduct ¶
func (*Directory) CreateContributing ¶
func (*Directory) CreateGitIgnore ¶
func (*Directory) CreateLicense ¶
func (*Directory) CreateProjectFiles ¶
func (*Directory) CreateReadMe ¶
func (*Directory) InitializeRepository ¶
Click to show internal directories.
Click to hide internal directories.