{"id":16471843,"url":"https://github.com/abranhe/merge-srt-cli","last_synced_at":"2025-11-22T22:03:31.550Z","repository":{"id":57294809,"uuid":"145334465","full_name":"abranhe/merge-srt-cli","owner":"abranhe","description":"Merge Sort Algorithm Implementation CLI","archived":false,"fork":false,"pushed_at":"2018-08-19T20:14:22.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T23:34:53.559Z","etag":null,"topics":["algorithm","merge-sort","sort","sorting-algorithms"],"latest_commit_sha":null,"homepage":"https://npm.im/merge-srt-cli","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/abranhe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-19T20:14:00.000Z","updated_at":"2018-10-26T04:40:41.000Z","dependencies_parsed_at":"2022-08-30T18:22:11.197Z","dependency_job_id":null,"html_url":"https://github.com/abranhe/merge-srt-cli","commit_stats":null,"previous_names":["abranhe/merge-srt-cli","abrahamhba/merge-srt-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fmerge-srt-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fmerge-srt-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fmerge-srt-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fmerge-srt-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abranhe","download_url":"https://codeload.github.com/abranhe/merge-srt-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241094243,"owners_count":19908647,"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":["algorithm","merge-sort","sort","sorting-algorithms"],"created_at":"2024-10-11T12:14:57.896Z","updated_at":"2025-11-22T22:03:26.521Z","avatar_url":"https://github.com/abranhe.png","language":"JavaScript","readme":"\u003cp align=\"center\" id=\"top\"\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/merge-srt-cli\"\u003e\u003cimg src=\"https://cdn.abraham.gq/projects/merge-srt/merge-sort.gif\"\u003e\u003c/a\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/merge-srt-cli\"\u003e\u003cb\u003emerge-srt-cli\u003c/b\u003e\u003c/a\u003e\n\t: Merge Sort Algorithm Implementation CLI\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003c!-- Travis CI --\u003e\n\t\u003ca href=\"https://travis-ci.org/abranhe/merge-srt-cli\"\u003e\u003cimg src=\"https://img.shields.io/travis/abranhe/merge-srt-cli.svg?logo=travis\" /\u003e\u003c/a\u003e\n\t\u003c!-- LICENSE --\u003e\n\t\u003ca href=\"https://github.com/abranhe/merge-srt-cli/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/abranhe/merge-srt-cli.svg\" /\u003e\u003c/a\u003e\n\t\u003c!-- NPM Version --\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/merge-srt-cli\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/merge-srt-cli.svg\" /\u003e\u003c/a\u003e\n\t\u003c!-- @abranhe --\u003e\n\t\u003ca href=\"https://github.com/abranhe\"\u003e\u003cimg src=\"https://abranhe.com/badge.svg\"\u003e\u003c/a\u003e\n\t\u003c!-- Cash me --\u003e\n\t\u003ca href=\"https://cash.me/$abranhe\"\u003e\u003cimg src=\"https://cdn.abraham.gq/badges/cash-me.svg\"\u003e\u003c/a\u003e\n\t\u003c!-- Patreon --\u003e\n\t\u003ca href=\"https://www.patreon.com/abranhe\"\u003e\u003cimg src=\"https://cdn.abraham.gq/badges/patreon.svg\" /\u003e\u003c/a\u003e\n\t\u003c!-- Paypal --\u003e\n\t\u003ca href=\"https://paypal.me/abranhe/10\"\u003e\u003cimg src=\"https://cdn.abraham.gq/badges/paypal.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n# Install\n\n```\nnpm install merge-srt-cli\n```\n\n# Usage\n\n```console\nUsage:\n $ merge-srt \u003carray\u003e\n\nOptions\n\t-f, --feedback  Send a feedback\n\t-h, --help      Show help message and close\n\t-v, --version   View package Version\n\nExample\n $ merge-s \"d h z a r b i\"\n\t[ 'a', 'b', 'd', 'h', 'i', 'r', 'z' ]\n $ merge-s \"3 2 5 25 74\"\n\t[ '2', '25', '3', '5', '74' ]\n```\n\n# Try it! 😁\n\n```\nnpx merge-srt-cli \"d h z a r b i\"\n```\n\n# Related\n\n- [merge-srt](https://github.com/abranhe/merge-srt): API for this module\n- [bubble-srt](https://github.com/abranhe/bubble-srt): Bubble Sort Algorithm implementation\n\n\n# Team\n\n|[![Carlos Abraham Logo](https://avatars3.githubusercontent.com/u/21347264?s=50\u0026v=4)](https://19cah.com)|\n| :-: |\n| [Carlos Abraham](https://github.com/abranhe) |\n\n# License\n\n[MIT](https://github.com/abranhe/merge-srt-cli/blob/master/LICENSE) License © [Carlos Abraham](https://github.com/abranhe/)\n","funding_links":["https://www.patreon.com/abranhe","https://paypal.me/abranhe/10"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fmerge-srt-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabranhe%2Fmerge-srt-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fmerge-srt-cli/lists"}