# Functions
Create creates a new Pack in a directory.
CreateFrom scaffolds a directory with the src pack.
FromDir takes a string name, tries to resolve it to a file or directory, and then loads it.
# Constants
ChartDir is the relative directory name for the packaged chart with a pack.
ChartfileName is the default Chart file name.
ChartsDir is the relative directory name for charts dependencies.
DeploymentName is the name of the deployment file.
DetectName is the name of the detect script.
DockerfileName is the name of the Dockerfile.
DockerignoreName is the name of the Docker ignore file.
HelpersName is the name of the helpers file.
HerokuLicenseName is the name of the Neroku License.
IgnorefileName is the name of the Helm ignore file.
IngressName is the name of the ingress file.
NotesName is the name of the NOTES.txt file.
ServiceName is the name of the service file.
TemplatesDir is the relative directory name for templates.
ValuesfileName is the default values file name.