{"id":28181644,"url":"https://github.com/sorairolake/pagen","last_synced_at":"2026-04-30T09:31:37.294Z","repository":{"id":293065372,"uuid":"982820298","full_name":"sorairolake/pagen","owner":"sorairolake","description":"Generate pixel art from random numbers","archived":false,"fork":false,"pushed_at":"2025-05-13T13:34:49.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-05-13T14:50:28.715Z","etag":null,"topics":["cli","command-line","command-line-tool","go","golang","pixel-art","pixelart","terminal","tool"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/sorairolake/pagen","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sorairolake.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.adoc","contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.adoc","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-13T13:04:26.000Z","updated_at":"2025-05-13T13:34:35.000Z","dependencies_parsed_at":"2025-05-13T14:50:53.592Z","dependency_job_id":"8c3e26d7-b174-42dc-b542-05877ec8afbe","html_url":"https://github.com/sorairolake/pagen","commit_stats":null,"previous_names":["sorairolake/pagen"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fpagen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fpagen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fpagen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fpagen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorairolake","download_url":"https://codeload.github.com/sorairolake/pagen/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459050,"owners_count":22074606,"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":["cli","command-line","command-line-tool","go","golang","pixel-art","pixelart","terminal","tool"],"created_at":"2025-05-16T03:13:27.782Z","updated_at":"2026-04-30T09:31:37.265Z","avatar_url":"https://github.com/sorairolake.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2025 Shun Sakai\n\nSPDX-License-Identifier: CC0-1.0\n--\u003e\n\n# pagen\n\n[![CI][ci-badge]][ci-url]\n[![Go Reference][reference-badge]][reference-url]\n![Go version][go-version-badge]\n\n**pagen** is a command-line utility for generating pixel art written in [Go].\n\nThe value of each pixel is determined from random numbers.\n\n## Installation\n\n### From source\n\n```sh\ngo install github.com/sorairolake/pagen@latest\n```\n\n### From binaries\n\nThe [release page] contains pre-built binaries for Linux, macOS, Windows and\nothers.\n\n### How to build\n\nPlease see [BUILD.adoc].\n\n## Usage\n\n### Basic usage\n\n```sh\npagen -width 1280 -height 720 -block-size 80 output.png\n```\n\nHere is an example of generated pixel art:\n\n![Output](assets/output.png)\n\n### Generate as a SVG image\n\n```sh\npagen -width 1280 -height 720 -block-size 80 -svg output.svg\n```\n\nHere is an example of generated pixel art:\n\n![Output](assets/output.svg)\n\n## Source code\n\nThe upstream repository is available at\n\u003chttps://github.com/sorairolake/pagen.git\u003e.\n\n## Changelog\n\nPlease see [CHANGELOG.adoc].\n\n## Contributing\n\nPlease see [CONTRIBUTING.adoc].\n\n## License\n\nCopyright (C) 2025 Shun Sakai (see [AUTHORS.adoc])\n\nThis program is distributed under the terms of the _CC0 1.0 Universal_.\n\nThis project is compliant with version 3.3 of the [_REUSE Specification_]. See\ncopyright notices of individual files for more details on copyright and\nlicensing information.\n\n[ci-badge]: https://img.shields.io/github/actions/workflow/status/sorairolake/pagen/CI.yaml?branch=develop\u0026style=for-the-badge\u0026logo=github\u0026label=CI\n[ci-url]: https://github.com/sorairolake/pagen/actions?query=branch%3Adevelop+workflow%3ACI++\n[reference-badge]: https://img.shields.io/badge/Go-Reference-steelblue?style=for-the-badge\u0026logo=go\n[reference-url]: https://pkg.go.dev/github.com/sorairolake/pagen\n[go-version-badge]: https://img.shields.io/github/go-mod/go-version/sorairolake/pagen?style=for-the-badge\u0026logo=go\n[Go]: https://go.dev/\n[release page]: https://github.com/sorairolake/pagen/releases\n[BUILD.adoc]: BUILD.adoc\n[CHANGELOG.adoc]: CHANGELOG.adoc\n[CONTRIBUTING.adoc]: CONTRIBUTING.adoc\n[AUTHORS.adoc]: AUTHORS.adoc\n[_REUSE Specification_]: https://reuse.software/spec-3.3/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorairolake%2Fpagen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorairolake%2Fpagen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorairolake%2Fpagen/lists"}