{"id":13725792,"url":"https://github.com/klaudiosinani/rels","last_synced_at":"2025-09-04T00:35:20.957Z","repository":{"id":43808565,"uuid":"163219138","full_name":"klaudiosinani/rels","owner":"klaudiosinani","description":"Github release analytics for the console","archived":false,"fork":false,"pushed_at":"2020-04-20T03:09:03.000Z","size":121,"stargazers_count":88,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T14:59:39.776Z","etag":null,"topics":["analytics","cli","github","release"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klaudiosinani.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":".github/funding.yml","license":"license.md","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"klaussinani"}},"created_at":"2018-12-26T21:29:55.000Z","updated_at":"2025-03-22T10:59:27.000Z","dependencies_parsed_at":"2022-09-05T18:51:14.604Z","dependency_job_id":null,"html_url":"https://github.com/klaudiosinani/rels","commit_stats":null,"previous_names":["klaussinani/rels"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/klaudiosinani/rels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaudiosinani%2Frels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaudiosinani%2Frels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaudiosinani%2Frels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaudiosinani%2Frels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klaudiosinani","download_url":"https://codeload.github.com/klaudiosinani/rels/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaudiosinani%2Frels/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273533925,"owners_count":25122635,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["analytics","cli","github","release"],"created_at":"2024-08-03T01:02:35.292Z","updated_at":"2025-09-04T00:35:20.911Z","avatar_url":"https://github.com/klaudiosinani.png","language":"JavaScript","funding_links":["https://github.com/sponsors/klaussinani"],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Rels\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n  Github release analytics for the console\n\u003c/h4\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/klaussinani/rels\"\u003e\n    \u003cimg src=\"media/header.png\" alt=\"Rels\" width=\"68%\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.com/klaussinani/rels\"\u003e\n    \u003cimg alt=\"Build Status\" src=\"https://travis-ci.com/klaussinani/rels.svg?branch=master\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Description\n\nBy utilizing a simple and minimal usage syntax rels enables you to easily view various analytics \u0026 stats regarding the releases of any GitHub repository, displayed in a clean \u0026 concise manner, right from within your terminal.\n\nYou can now support the development process through [GitHub Sponsors](https://github.com/sponsors/klaussinani).\n\nVisit the [contributing guidelines](https://github.com/klaussinani/rels/blob/master/contributing.md#translating-documentation) to learn more on how to translate this document into more languages.\n\nCome over to [Twitter](https://twitter.com/klaussinani) to share your thoughts on the project.\n\n## Highlights\n\n- Overall release analytics\n- Clean \u0026 concise output\n- Simple \u0026 minimal usage syntax\n- Update notifications\n\n## Contents\n\n- [Description](#description)\n- [Highlights](#highlights)\n- [Install](#install)\n- [Usage](#usage)\n- [Development](#development)\n- [Related](#related)\n- [Team](#team)\n- [License](#license)\n\n## Install\n\n### Yarn\n\n```bash\nyarn global add rels\n```\n\n### NPM\n\n```bash\nnpm install --global rels\n```\n\n### Snapcraft\n\n```bash\nsnap install rels\n```\n\n## Usage\n\n```\n  Usage\n    $ rels [\u003coptions\u003e ...]\n\n    Options\n      --repo, -r         Repository to get analytics for\n      --list, -l         Number of releases to be displayed\n      --all, -a          Display all releases\n      --help, -h         Display help message\n      --version, -v      Display installed version\n\n    Examples\n      $ rels --repo klaussinani/tusk\n      $ rels --repo klaussinani/tusk --all\n      $ rels --repo klaussinani/tusk --list 3\n```\n\n## Development\n\nFor more info on how to contribute to the project, please read the [contributing guidelines](https://github.com/klaussinani/rels/blob/master/contributing.md).\n\n- Fork the repository and clone it to your machine\n- Navigate to your local fork: `cd rels`\n- Install the project dependencies: `npm install` or `yarn install`\n- Lint the code for errors: `npm test` or `yarn test`\n\n## Related\n\n- [signale](https://github.com/klaussinani/signale) - Highly configurable logging utility\n- [qoa](https://github.com/klaussinani/qoa) - Minimal interactive command-line prompts\n- [taskbook](https://github.com/klaussinani/taskbook) - Tasks, boards \u0026 notes for the command-line habitat\n- [hyperocean](https://github.com/klaussinani/hyperocean) - Deep oceanic blue Hyper terminal theme\n\n## Team\n\n- Klaus Sinani [(@klaussinani)](https://github.com/klaussinani)\n\n## License\n\n[MIT](https://github.com/klaussinani/rels/blob/master/license.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklaudiosinani%2Frels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklaudiosinani%2Frels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklaudiosinani%2Frels/lists"}