Documentation
¶
Overview ¶
Package npm implements the "npm" subcommand.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
*root.Config
Name string
Org string
Artifacts []string
Version string
Summary string
License string
Tag string
Provenance bool
Repository string
ReadmePath string
NoReadme bool
Flags *ff.FlagSet
Command *ff.Command
}
Config holds the configuration for the npm subcommand.
Click to show internal directories.
Click to hide internal directories.