Create a new package with a specific maintainer name

choco new

  • Generate new package specification files with Chocolatey.
    More information: <https://chocolatey.org/docs/commands-new>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

choco new {{package_name}} --maintainer {{maintainer_name}}

click the source code to copy