1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-04-27 21:05:02 +02:00
nfpm/README.md

57 lines
3.0 KiB
Markdown
Raw Permalink Normal View History

2018-02-18 23:32:16 +01:00
<p align="center">
<img alt="GoReleaser Logo" src="https://avatars2.githubusercontent.com/u/24697112?v=3&s=200" height="140" />
<h3 align="center">nFPM</h3>
<p align="center">nFPM is a simple and 0-dependencies deb, rpm, apk and arch linux packager written in Go</p>
2018-02-18 23:32:16 +01:00
<p align="center">
2020-05-14 14:40:49 +02:00
<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>
<a href="/LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge"></a>
<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>
2021-11-12 21:18:34 +01:00
<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>
2020-05-14 14:40:49 +02:00
<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>
2020-12-23 19:41:23 +01:00
<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>
2020-05-14 14:40:49 +02:00
<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>
2018-02-18 23:32:16 +01:00
</p>
</p>
2018-04-08 17:47:55 +02:00
## Why
2018-02-18 23:32:16 +01:00
While [fpm][] is great, for me, it is a bummer that it depends on `ruby`, `tar`
and other software.
2018-02-06 03:32:49 +01:00
I wanted something that could be used as a binary and/or as a library and that
was really simple.
2018-02-20 13:18:37 +01:00
So I created nFPM: a simpler, 0-dependency, as-little-assumptions-as-possible alternative to fpm.
2018-02-17 23:04:34 +01:00
2018-02-18 23:32:16 +01:00
## Usage
2018-02-17 23:04:34 +01:00
Check the documentation at https://nfpm.goreleaser.com
2018-02-18 23:32:16 +01:00
## Special thanks 🙏
2018-04-08 17:47:55 +02:00
Thanks to the [fpm][] authors for fpm, which inspires nfpm a lot.
2018-02-18 23:32:16 +01:00
## Community
You have questions, need support and or just want to talk about GoReleaser/nFPM?
Here are ways to get in touch with the GoReleaser community:
[![Join Discord](https://img.shields.io/badge/Join_our_Discord_server-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/RGEBtg8vQ6)
[![Follow Twitter](https://img.shields.io/badge/follow_on_twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/goreleaser)
[![GitHub Discussions](https://img.shields.io/badge/GITHUB_DISCUSSION-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/goreleaser/nfpm/discussions)
2018-02-18 23:32:16 +01:00
## Donate
Donations are very much appreciated! You can donate/sponsor on the main
[goreleaser opencollective](https://opencollective.com/goreleaser)! It's
2018-02-20 13:18:37 +01:00
easy and will surely help the developers at least buy some ☕️ or 🍺!
2018-02-18 23:32:16 +01:00
## Stargazers over time
2024-01-05 14:05:59 +01:00
[![Stargazers over time](https://starchart.cc/goreleaser/nfpm.svg?variant=adaptive)](https://starchart.cc/goreleaser/nfpm)
2018-02-18 23:32:16 +01:00
---
2018-04-08 17:47:55 +02:00
[fpm]: https://github.com/jordansissel/fpm