1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-12 18:56:16 +02:00

docs: update

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2021-12-15 15:36:38 -03:00
parent 3f4fd21b66
commit ff6dfb9df4
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
6 changed files with 12 additions and 14 deletions

View File

@ -6,10 +6,8 @@ if which gsed >/dev/null 2>&1; then
SED="gsed"
fi
mkdir -p www/docs/cmd
rm -rf www/docs/cmd/*.md
git checkout -- go.*
go mod tidy
go run ./cmd/nfpm docs
go run ./cmd/nfpm schema -o ./www/docs/static/schema.json

View File

@ -1,6 +1,6 @@
# nfpm
packages apps on RPM, Deb and APK formats based on a YAML configuration file
Packages apps on RPM, Deb and APK formats based on a YAML configuration file
## Synopsis
@ -15,7 +15,7 @@ nFPM is a simple, 0-dependencies, deb, rpm and apk packager.
## See also
* [nfpm completion](/cmd/nfpm_completion/) - Generate the autocompletion script for the specified shell
* [nfpm init](/cmd/nfpm_init/) - creates a sample nfpm.yaml config file
* [nfpm jsonschema](/cmd/nfpm_jsonschema/) - outputs nFPM's JSON schema
* [nfpm package](/cmd/nfpm_package/) - creates a package based on the given the given config file and flags
* [nfpm init](/cmd/nfpm_init/) - Creates a sample nfpm.yaml config file
* [nfpm jsonschema](/cmd/nfpm_jsonschema/) - Outputs nFPM's JSON schema
* [nfpm package](/cmd/nfpm_package/) - Creates a package based on the given the given config file and flags

View File

@ -16,7 +16,7 @@ See each sub-command's help for details on how to use the generated script.
## See also
* [nfpm](/cmd/nfpm/) - packages apps on RPM, Deb and APK formats based on a YAML configuration file
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb and APK formats based on a YAML configuration file
* [nfpm completion bash](/cmd/nfpm_completion_bash/) - Generate the autocompletion script for bash
* [nfpm completion fish](/cmd/nfpm_completion_fish/) - Generate the autocompletion script for fish
* [nfpm completion powershell](/cmd/nfpm_completion_powershell/) - Generate the autocompletion script for powershell

View File

@ -1,6 +1,6 @@
# nfpm init
creates a sample nfpm.yaml config file
Creates a sample nfpm.yaml config file
```
nfpm init [flags]
@ -15,5 +15,5 @@ nfpm init [flags]
## See also
* [nfpm](/cmd/nfpm/) - packages apps on RPM, Deb and APK formats based on a YAML configuration file
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb and APK formats based on a YAML configuration file

View File

@ -1,6 +1,6 @@
# nfpm jsonschema
outputs nFPM's JSON schema
Outputs nFPM's JSON schema
```
nfpm jsonschema [flags]
@ -15,5 +15,5 @@ nfpm jsonschema [flags]
## See also
* [nfpm](/cmd/nfpm/) - packages apps on RPM, Deb and APK formats based on a YAML configuration file
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb and APK formats based on a YAML configuration file

View File

@ -1,6 +1,6 @@
# nfpm package
creates a package based on the given the given config file and flags
Creates a package based on the given the given config file and flags
```
nfpm package [flags]
@ -17,5 +17,5 @@ nfpm package [flags]
## See also
* [nfpm](/cmd/nfpm/) - packages apps on RPM, Deb and APK formats based on a YAML configuration file
* [nfpm](/cmd/nfpm/) - Packages apps on RPM, Deb and APK formats based on a YAML configuration file