Documentation ¶
Index ¶
Constants ¶
View Source
const CsprojRegex = `\.csproj$`
View Source
const Name = "nuget"
View Source
const PackagesConfigRegex = `packages\.config$`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdFactory ¶
type CmdFactory struct {
// contains filtered or unexported fields
}
func NewCmdFactory ¶ added in v1.2.1
func NewCmdFactory(execPath IExecPath) *CmdFactory
func (*CmdFactory) GetTempoCsproj ¶ added in v1.2.1
func (cmdf *CmdFactory) GetTempoCsproj() string
func (*CmdFactory) MakeInstallCmd ¶
type ICmdFactory ¶
Click to show internal directories.
Click to hide internal directories.