{"id":15632034,"url":"https://github.com/ianwalter/execa-helper","last_synced_at":"2026-01-20T11:12:08.327Z","repository":{"id":57117235,"uuid":"167831628","full_name":"ianwalter/execa-helper","owner":"ianwalter","description":"An AVA helper that makes it easier to test CLIs using Execa","archived":false,"fork":false,"pushed_at":"2019-04-29T10:29:07.000Z","size":214,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T11:40:26.619Z","etag":null,"topics":["ava","execa","helper"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ianwalter.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":"2019-01-27T16:38:10.000Z","updated_at":"2019-03-19T20:00:37.000Z","dependencies_parsed_at":"2022-08-23T04:40:31.365Z","dependency_job_id":null,"html_url":"https://github.com/ianwalter/execa-helper","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianwalter%2Fexeca-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianwalter%2Fexeca-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianwalter%2Fexeca-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianwalter%2Fexeca-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ianwalter","download_url":"https://codeload.github.com/ianwalter/execa-helper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247569138,"owners_count":20959758,"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":["ava","execa","helper"],"created_at":"2024-10-03T10:42:26.341Z","updated_at":"2026-01-20T11:12:08.321Z","avatar_url":"https://github.com/ianwalter.png","language":"JavaScript","readme":"# @ianwalter/execa-helper\n\u003e An [AVA][avaUrl] helper that makes it easier to test CLIs using\n\u003e [Execa][execaUrl]\n\n[![npm page][npmImage]][npmUrl]\n\n## Installation\n\n```console\nyarn add @ianwalter/execa-helper --dev\n```\n\n## Usage\n\n```js\nimport test from 'ava'\nimport execaHelper from '@ianwalter/execa-helper'\n\nconst withCli = execaHelper('./cli.js')\n\ntest('my cli runs without errors', withCli, async (t, cli) =\u003e {\n  const { stdout } = await cli('run', '--with', 'stuff')\n  t.snapshot(stdout)\n})\n```\n\n## API\n\n## License\n\nApache 2.0 with Commons Clause - See [LICENSE][licenseUrl]\n\n\u0026nbsp;\n\nCreated by [Ian Walter](https://iankwalter.com)\n\n[avaUrl]: https://github.com/avajs/ava\n[execaUrl]: https://github.com/sindresorhus/execa\n[npmImage]: https://img.shields.io/npm/v/@ianwalter/execa-helper.svg\n[npmUrl]: https://www.npmjs.com/package/@ianwalter/execa-helper\n[licenseUrl]: https://github.com/ianwalter/execa-helper/blob/master/LICENSE\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianwalter%2Fexeca-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fianwalter%2Fexeca-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianwalter%2Fexeca-helper/lists"}