tldr/pages/windows/choco-new.md

25 lines
654 B
Markdown
Raw Normal View History

2018-03-29 17:03:34 +01:00
# choco new
> Generate new package specification files with Chocolatey.
> More information: <https://chocolatey.org/docs/commands-new>.
2018-03-29 17:03:34 +01:00
- Create a new package skeleton:
`choco new {{package}}`
2018-03-29 17:03:34 +01:00
- Create a new package with a specific version:
`choco new {{package}} --version {{version}}`
2018-03-29 17:03:34 +01:00
- Create a new package with a specific maintainer name:
`choco new {{package}} --maintainer {{maintainer_name}}`
2018-03-29 17:03:34 +01:00
- Create a new package in a custom output directory:
`choco new {{package}} --output-directory {{path/to/directory}}`
2018-03-29 17:03:34 +01:00
- Create a new package with specific 32-bit and 64-bit installer URLs:
2018-03-29 17:03:34 +01:00
`choco new {{package}} url="{{url}}" url64="{{url}}"`