Documentation ¶
Index ¶
- func ConfigGet(npmFlags []string, confName, executablePath string) (string, error)
- func GetConfigList(npmFlags []string, executablePath string) ([]byte, error)
- func IsNpmCommand(cmd string) bool
- func Pack(npmFlags []string, executablePath string) (string, error)
- func RunList(flags, executablePath string) (stdResult, errResult []byte, err error)
- type NpmConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigList ¶
This method runs "npm c ls" command and returns the current npm configuration (calculated by all flags and .npmrc files). For more info see https://docs.npmjs.com/cli/config
func IsNpmCommand ¶
Types ¶
type NpmConfig ¶
type NpmConfig struct { Npm string Command []string CommandFlags []string StrWriter io.WriteCloser ErrWriter io.WriteCloser }
func (*NpmConfig) GetErrWriter ¶
func (config *NpmConfig) GetErrWriter() io.WriteCloser
func (*NpmConfig) GetStdWriter ¶
func (config *NpmConfig) GetStdWriter() io.WriteCloser
Click to show internal directories.
Click to hide internal directories.