{"id":17445999,"url":"https://github.com/jamen/hmu","last_synced_at":"2025-08-10T14:19:37.965Z","repository":{"id":57264712,"uuid":"55290192","full_name":"jamen/hmu","owner":"jamen","description":"Fetch name availability, server statuses, tweets, and lots of other information through plugins.","archived":false,"fork":false,"pushed_at":"2017-08-07T23:15:48.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-09T07:54:43.574Z","etag":null,"topics":[],"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/jamen.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":"2016-04-02T10:59:59.000Z","updated_at":"2021-12-19T15:36:10.000Z","dependencies_parsed_at":"2022-08-25T02:52:17.327Z","dependency_job_id":null,"html_url":"https://github.com/jamen/hmu","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/jamen/hmu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fhmu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fhmu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fhmu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fhmu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamen","download_url":"https://codeload.github.com/jamen/hmu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamen%2Fhmu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269720429,"owners_count":24464276,"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-08-10T02:00:08.965Z","response_time":71,"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":[],"created_at":"2024-10-17T18:19:58.830Z","updated_at":"2025-08-10T14:19:37.920Z","avatar_url":"https://github.com/jamen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hit Me Up\n\u003e Fetch name availability, server statuses, tweets, and lots of other information through plugins.\n\nHit Me Up is a tool for fetching all sorts of information through plugins hosted on npm.  Information can include things like name availability on services (like GitHub and Slack), checking server statuses, fetching tweets, and many other possibilities.\n\n[\u003cimg src=\"https://asciinema.org/a/46407.png\" height=\"250\" alt=\"Screencast Demo\"\u003e](https://asciinema.org/a/46407)\n\n## Getting Started\nFirst, you want to install the hmu CLI globally from npm:\n```shell\n$ npm install --global hmu\n```\n\n#### Installing Plugins\nYou can also install plugins globally with npm:\n```shell\n$ npm install --global hmu-npm hmu-gh hmu-slack\n```\n(This will install [hmu-gh], [hmu-npm], and [hmu-slack] to start you off)\n\nYou can find plugins from [npm's `hmu-plugin` keyword index][npm-hmu-plugin] and install them globally too.\n\n#### Running Plugins\nPlugins can be ran very simply through the `hmu` CLI.  You specify the plugin name, and then input and options after it...  For example:\n```shell\n$ hmu npm foo bar --qux\n```\nIn this example, `npm` is the plugin, `foo` and `bar` are the input, and `qux` is an option.\n\nThe basic usage follows:\n```\n$ hmu \u003cname\u003e [...args]\n```\n\nNow, onto slightly more advanced usage, you can run multiple plugins at once by separating them with a comma (`,`):\n```shell\n$ hmu npm foo, gh bar\n```\nIn this example, we have the plugins `npm` and `gh`, and their inputs `foo` and `bar` respectively.\n\nYou can also \"spread\" one input between multiple plugins by separating the names with a tilde (`~`) like so:\n```shell\n$ hmu npm~gh foo bar\n```\nThis is equivalent to doing:\n```\n$ hmu npm foo bar, gh foo bar\n```\n\nPlugins that are named unconventionally and don't start with `hmu-` can be ran if you start the name with the at symbol (`@`):\n```\n$ npm install --global some-plugin\n# ...\n$ hmu @some-plugin foo bar\n```\n\n#### Also See\n - [hmu-core][hmu-core]: The core that the CLI is based on top of.  All plugins are compatible with the core.\n - [Writing a Hit Me Up plugin][write-hmu-plugin].\n\n## Credits\n| ![jamen][avatar] |\n|:---:|\n| [Jamen Marzonie][github] |\n\n## License\n[MIT](LICENSE) \u0026copy; Jamen Marzonie\n\n[avatar]: https://avatars.githubusercontent.com/u/6251703?v=3\u0026s=125\n[github]: https://github.com/jamen\n[write-hmu-plugin]: https://gist.github.com/jamen/ed0c1cd85bc1908e94b838cf7b35874d\n[hmu-core]: https://github.com/jamen/hmu-core\n[hmu-gh]: https://npmjs.com/hmu-gh\n[hmu-npm]: https://npmjs.com/hmu-npm\n[hmu-slack]: https://npmjs.com/hmu-slack\n[npm-hmu-plugin]: https://www.npmjs.com/browse/keyword/hmu-plugin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamen%2Fhmu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamen%2Fhmu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamen%2Fhmu/lists"}