Files
tldr/pages.fr/windows/choco-new.md
K.B.Dharun Krishna 5c26174aa9 pages/*: update links and more info link script (#11390)
* pages/*: update links and more info link script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: reformat code

* ax-webapp: fix link

* curl: fix false positive

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-06 23:14:12 +05:30

25 lines
754 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# choco new
> Générez de nouveaux fichiers de spécifications de package avec Chocolatey.
> Plus d'informations : <https://chocolatey.org/docs/commands-new>.
- Créer un nouveau squelette de package :
`choco new {{paquet}}`
- Créer un nouveau package avec une version spécifique :
`choco new {{paquet}} --version {{version}}`
- Créer un nouveau package avec un nom de responsable spécifique :
`choco new {{paquet}} --maintainer {{nom_mainteneur}}`
- Créer un nouveau package dans un répertoire de sortie personnalisé :
`choco new {{paquet}} --output-directory {{chemin/vers/répertoire}}`
- Créez un nouveau package avec des URL d'installation 32 bits et 64 bits spécifiques :
`choco new {{paquet}} url="{{url}}" url64="{{url}}"`