Documentation
¶
Overview ¶
Package packages generates target package-manager manifests from trbconfig.jsonc. The config is the source of truth.
Index ¶
- func EqualManifest(path string, expected []byte) (bool, error)
- func Install(config *project.Config, stdin io.Reader, stdout, stderr io.Writer) error
- func InstallWithDependencies(config *project.Config, packageDependencies map[string]string, stdin io.Reader, ...) error
- func Sync(config *project.Config) (string, error)
- func SyncWithDependencies(config *project.Config, packageDependencies map[string]string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualManifest ¶
EqualManifest is used by checks without modifying a project.
func InstallWithDependencies ¶ added in v0.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.