Forrest logo
back to the choco tool

choco-new:tldr:bedd3

choco-new: Create a new package with a specific maintainer name.
$ choco new ${package_name} --maintainer ${maintainer_name}
try on your machine

The command "choco new" is used to create a new Chocolatey package.

The variable "${package_name}" should be replaced with the desired name for the package. This is the name that will be used to identify the package and it should follow the naming conventions for Chocolatey packages.

The option "--maintainer" is used to specify the name of the maintainer for the package. The variable "${maintainer_name}" should be replaced with the actual name of the maintainer. This is the person who is responsible for maintaining the package and can provide support for it.

In summary, the given command creates a new Chocolatey package with the specified package name and assigns the specified maintainer name to it.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the choco tool