github.com/goreleaser/nfpm/v2@v2.44.0/README.md (about) 1 <p align="center"> 2 <img alt="GoReleaser Logo" src="https://becker.software/nfpm.png" height="140" /> 3 <p align="center"> 4 <a href="https://github.com/goreleaser/nfpm/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/goreleaser/nfpm.svg?style=for-the-badge"></a> 5 <a href="/LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge"></a> 6 <a href="https://github.com/goreleaser/nfpm/actions?workflow=build"><img alt="GitHub Actions" src="https://img.shields.io/github/actions/workflow/status/goreleaser/nfpm/build.yml?style=for-the-badge&branch=main"></a> 7 <a href="https://codecov.io/gh/goreleaser/nfpm"><img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/goreleaser/nfpm/main.svg?style=for-the-badge"></a> 8 <a href="https://goreportcard.com/report/github.com/goreleaser/nfpm"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/goreleaser/nfpm?style=for-the-badge"></a> 9 <a href="https://pkg.go.dev/github.com/goreleaser/nfpm/v2"><img alt="Go Doc" src="https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge"></a> 10 <a href="https://github.com/goreleaser"><img alt="Powered By: GoReleaser" src="https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=for-the-badge"></a> 11 </p> 12 </p> 13 14 ## Why 15 16 While [fpm][] is great, for me, it is a bummer that it depends on `ruby`, `tar` 17 and other software. 18 19 I wanted something that could be used as a binary and/or as a library and that 20 was really simple. 21 22 So I created nFPM: a simpler, 0-dependency, as-little-assumptions-as-possible alternative to fpm. 23 24 ## Getting started 25 26 - [Getting Started](https://nfpm.goreleaser.com) 27 - [Install](https://nfpm.goreleaser.com/docs/install/) 28 - [Usage](https://nfpm.goreleaser.com/docs/usage/) 29 - [Configuration reference](https://nfpm.goreleaser.com/docs/configuration/) 30 31 ## Used and supported by 32 33 <p> 34 <a href="https://wails.io"> 35 <img src="https://github.com/user-attachments/assets/e55bbae4-9551-49f1-92ea-ea9223b91fc0" width="120px" alt="wails icon" /> 36 </a> 37 <br/> 38 <br/> 39 <b>Build beautiful cross-platform applications using Go.</b> 40 <br/> 41 </p> 42 43 ## Special thanks 🙏 44 45 Thanks to the [fpm][] authors for fpm, which inspires nfpm a lot. 46 47 ## Community 48 49 You have questions, need support and or just want to talk about GoReleaser/nFPM? 50 51 Here are ways to get in touch with the GoReleaser community: 52 53 [](https://discord.gg/RGEBtg8vQ6) 54 [](https://twitter.com/goreleaser) 55 [](https://github.com/goreleaser/nfpm/discussions) 56 57 ## Donate 58 59 Donations are very much appreciated! You can donate/sponsor on the main 60 [goreleaser opencollective](https://opencollective.com/goreleaser)! It's 61 easy and will surely help the developers at least buy some ☕️ or 🍺! 62 63 ## Stargazers over time 64 65 [](https://starchart.cc/goreleaser/nfpm) 66 67 --- 68 69 [fpm]: https://github.com/jordansissel/fpm