{"id":15590253,"url":"https://github.com/bkeepers/hubot-commands","last_synced_at":"2026-04-25T09:34:51.298Z","repository":{"id":66302906,"uuid":"92415880","full_name":"bkeepers/hubot-commands","owner":"bkeepers","description":"experiment with building a command interface into Hubot","archived":false,"fork":false,"pushed_at":"2017-05-31T13:08:56.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T18:55:00.980Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/hubotio/evolution/pull/2","language":"JavaScript","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/bkeepers.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-25T15:13:24.000Z","updated_at":"2024-05-01T06:19:27.000Z","dependencies_parsed_at":"2023-02-20T21:00:51.711Z","dependency_job_id":null,"html_url":"https://github.com/bkeepers/hubot-commands","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bkeepers/hubot-commands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkeepers%2Fhubot-commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkeepers%2Fhubot-commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkeepers%2Fhubot-commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkeepers%2Fhubot-commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bkeepers","download_url":"https://codeload.github.com/bkeepers/hubot-commands/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkeepers%2Fhubot-commands/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32257753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-02T23:20:56.028Z","updated_at":"2026-04-25T09:34:51.284Z","avatar_url":"https://github.com/bkeepers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hubot Commands\n\nThis is a prototype for the Hubot [commands proposal](https://github.com/hubotio/evolution/pull/2).\n\n```js\nmodule.exports = robot =\u003e {\n  const cli = require('hubot-commands')(robot)\n\n  cli.command('cowsay \u003cwords...\u003e', (res, words) =\u003e {\n    res.send(require('cowsay').say(words.join(' ')))\n  })\n  .description('make the cow say words')\n  .alias('c')\n}\n```\n\nTODO:\n\n- [ ] explicit args\n  - [x] required: `deploy \u003cbranch\u003e`\n  - [x] optional: `deploy \u003cbranch\u003e [environment]`\n  - [ ] Variadic: `deploy \u003cbranch\u003e [hosts...]`\n  - [ ] coercion \u0026 regex for advanced syntax\n  - [ ] default values\n- [ ] subcommands: `deploy list`\n- [x] alias\n- [x] automated help\n- [ ] listener metadata\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkeepers%2Fhubot-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbkeepers%2Fhubot-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkeepers%2Fhubot-commands/lists"}