System Grab Bag

View all TLDR pages from Windows (or from all pages)

choco new

Generate new package specification files with Chocolatey. More information: https://chocolatey.org/docs/commands-new.
  • Create a new package skeleton:
    choco new {{package}}
  • Create a new package with a specific version:
    choco new {{package}} --version {{version}}
  • Create a new package with a specific maintainer name:
    choco new {{package}} --maintainer {{maintainer_name}}
  • Create a new package in a custom output directory:
    choco new {{package}} --output-directory {{path/to/directory}}
  • Create a new package with specific 32-bit and 64-bit installer URLs:
    choco new {{package}} url="{{url}}" url64="{{url}}"

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.