{"id":13393865,"url":"https://github.com/rykov/paperboy","last_synced_at":"2025-04-05T16:09:05.755Z","repository":{"id":22510302,"uuid":"96544372","full_name":"rykov/paperboy","owner":"rykov","description":"💌💨 Email Campaign Delivery built with GoLang inspired by GoHugo","archived":false,"fork":false,"pushed_at":"2023-10-25T15:56:47.000Z","size":777,"stargazers_count":488,"open_issues_count":17,"forks_count":28,"subscribers_count":19,"default_branch":"main","last_synced_at":"2024-04-14T10:53:32.047Z","etag":null,"topics":["email","email-campaigns","email-marketing","email-newsletter","go","html-emails","paperboy"],"latest_commit_sha":null,"homepage":"https://www.paperboy.email/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rykov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-07-07T14:05:07.000Z","updated_at":"2024-04-12T17:13:32.000Z","dependencies_parsed_at":"2023-01-12T08:30:41.510Z","dependency_job_id":"ee75aca0-730a-4b96-8788-dfd82305d3cb","html_url":"https://github.com/rykov/paperboy","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rykov%2Fpaperboy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rykov%2Fpaperboy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rykov%2Fpaperboy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rykov%2Fpaperboy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rykov","download_url":"https://codeload.github.com/rykov/paperboy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247361691,"owners_count":20926643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["email","email-campaigns","email-marketing","email-newsletter","go","html-emails","paperboy"],"created_at":"2024-07-30T17:01:01.591Z","updated_at":"2025-04-05T16:09:05.728Z","avatar_url":"https://github.com/rykov.png","language":"Go","funding_links":[],"categories":["Go","go"],"sub_categories":[],"readme":"![Paperboy](https://www.paperboy.email/images/banner.jpg)\n\nA Fast \u0026 Modern Email Campaign Engine built in [Go][].\n\n[Website](https://www.paperboy.email/) |\n[Documentation](https://www.paperboy.email/docs/introduction/) |\n[Installation Guide](https://www.paperboy.email/docs/installation/)\n\n[![Version Badge](https://badge.fury.io/mdy/github.com%2Frykov%2Fpaperboy.svg)](https://melody.sh/github.com/rykov/paperboy)\n[![Go Report Card](https://goreportcard.com/badge/github.com/rykov/paperboy)](https://goreportcard.com/report/github.com/rykov/paperboy)\n[![Build Status](https://github.com/rykov/paperboy/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/paperboy/actions/workflows/tests.yml)\n\n## Overview\n\nPaperboy is complete email engine that helps you get the most out of your\ncampaigns. It allows you to craft shared templates, and then quickly author\nand deliver multi-format campaigns.\n\nPaperboy is command-line tool that consumes a [source directory][structure]\nas input to render and send email campaigns via any SMTP service.  By placing\ntemplates, lists, and content in a predefined [directory structure][structure],\nPaperboy will render markup, inline styles, wrap layouts, and more to deliver\nmodern (yet legacy-compatible) newsletters and announcements.\n\n**Complete documentation is available at [Paperboy Documentation][docs].**\n\n## Installing binaries\n\nCurrently, we provide [pre-built binaries][releases] for Linux and macOS.\nPaperboy is a single binary with no external dependencies.\n\nJust run `./paperboy help` and you're [ready to go][quickstart].\n\n## Installing from source\n\nYou can also build and install Paperboy from source. The only requirement is to\nhave a working installation of [Go][] 1.11+. With those in place, the following\ncommands will install Paperboy to `$GOPATH/bin`:\n\n```bash\n$ git clone https://github.com/rykov/paperboy.git\n$ cd paperboy\n$ make install\n```\n\nAnd please make sure `$GOPATH/bin` is in your `$PATH`.\n\nIf you receive a `go: modules disabled` error due to your project being inside\nof $GOPATH, you will have to force-enable go modules support:\n\n```bash\nGO111MODULE=on make install\n```\n\n## Contributing to Paperboy\n\nWe welcome all contribution to Paperboy: documentation, bug reporst, feature\nideas, blog posts, promotion, etc\n\nYou can start here:\n\n- [Report a bug](https://github.com/rykov/paperboy/issues/new)\n- [Fork to contribute](https://github.com/rykov/paperboy/fork)\n- [Improve documentation](https://github.com/rykov/paperboyDocs)\n- [Logos \u0026 Design](https://github.com/rykov/paperboyDocs)\n\n## Inspiration and credits\n\nPaperboy aims to bring to email the ease of use and control we love from static\nsite generators. We particularly want to thank [Hugo][] authors for much of\nthe inspiration and a number of our [dependencies][].\n\nThe banner photo is by [Mathyas Kurmann](https://unsplash.com/@mathyaskurmann)\n\n[Go]: https://golang.org/\n[Hugo]: https://gohugo.io/\n[quickstart]: https://www.paperboy.email/docs/quick-start/\n[structure]: https://www.paperboy.email/docs/source-structure/\n[releases]: https://github.com/rykov/paperboy/releases\n[docs]: https://www.paperboy.email/docs/introduction/\n[melody]: https://github.com/mdy/melody\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frykov%2Fpaperboy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frykov%2Fpaperboy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frykov%2Fpaperboy/lists"}