ChocolateyScaffolder.

CreatePackage(string, ChocolateyNewSettings) Method

Summary

Generate package specification files for a new package.

Syntax

public void CreatePackage(string packageId, ChocolateyNewSettings settings)

Parameters

Name Type Description
packageId string Id of the new package.
settings ChocolateyNewSettings The settings.

Return Value

Type Description
void