package
0.3.0
Repository: https://github.com/c3pm-labs/c3pm.git
Documentation: pkg.go.dev

# Packages

Package manifest handles loading and writing of the C3PM manifest file (usually c3pm.yml).It also stores the various types supported by the manifest, as well as utility functions to use them.

# Functions

AuthFilePath returns the path to the global auth file.
GlobalC3PMDirPath finds the path to the global C3PM directory.
LibCachePath returns the path to the global C3PM cache.
Load takes the path of a project and creates the ProjectConfig object that represents the configuration of this project.
Token returns an empty string if it fails to read token.
TokenStrict gets the authentication token from the auth file.

# Structs

ProjectConfig represents the configuration of a C3PM project.