choco-new: add page (#2049)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
ac22ef25d1
commit
a6b0c40794
23
pages/windows/choco-new.md
Normal file
23
pages/windows/choco-new.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# choco new
|
||||
|
||||
> Generate new package specification files with Chocolatey.
|
||||
|
||||
- Create a new package skeleton:
|
||||
|
||||
`choco new {{package_name}}`
|
||||
|
||||
- Create a new package with a specific version:
|
||||
|
||||
`choco new {{package_name}} --version {{version}}`
|
||||
|
||||
- Create a new package with a specific maintainer name:
|
||||
|
||||
`choco new {{package_name}} --maintainer {{maintainer_name}}`
|
||||
|
||||
- Create a new package in a custom output directory:
|
||||
|
||||
`choco new {{package_name}} --output-directory {{path/to/directory}}`
|
||||
|
||||
- Create a new package with specific 32-bit and 64-bit installer urls:
|
||||
|
||||
`choco new {{package_name}} url="{{url}}" url64="{{url}}"`
|
Reference in New Issue
Block a user