
choco-new
List of commands for choco-new:
-
choco-new:tldr:0c760 choco-new: Create a new package with specific 32-bit and 64-bit installer URLs.$ choco new ${package_name} url="${url}" url64="${url}"try on your machineexplain this command
-
choco-new:tldr:1655c choco-new: Create a new package skeleton.$ choco new ${package_name}try on your machineexplain this command
-
choco-new:tldr:84bcf choco-new: Create a new package with a specific version.$ choco new ${package_name} --version ${version}try on your machineexplain this command
-
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 machineexplain this command
-
choco-new:tldr:c4a25 choco-new: Create a new package in a custom output directory.$ choco new ${package_name} --output-directory ${path-to-directory}try on your machineexplain this command