mirror of
https://github.com/goreleaser/nfpm
synced 2025-05-03 08:55:28 +02:00
20 lines
363 B
Markdown
20 lines
363 B
Markdown
# nfpm init
|
|
|
|
Creates a sample nfpm.yaml configuration file
|
|
|
|
```
|
|
nfpm init [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
```
|
|
-f, --config string path to the to-be-created config file (default "nfpm.yaml")
|
|
-h, --help help for init
|
|
```
|
|
|
|
## See also
|
|
|
|
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb, APK, Arch Linux, and ipk formats based on a YAML configuration file
|
|
|