{"id":13903071,"url":"https://github.com/webdriverio/create-wdio","last_synced_at":"2025-04-14T14:06:36.858Z","repository":{"id":37966650,"uuid":"390656479","full_name":"webdriverio/create-wdio","owner":"webdriverio","description":"One-line installer for WebdriverIO","archived":false,"fork":false,"pushed_at":"2024-04-08T12:12:21.000Z","size":7017,"stargazers_count":21,"open_issues_count":0,"forks_count":8,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-04-14T07:11:15.469Z","etag":null,"topics":["cli","e2e","wdio","webdriverio","wizard"],"latest_commit_sha":null,"homepage":"https://webdriver.io","language":"TypeScript","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/webdriverio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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},"funding":{"tidelift":"npm/webdriverio","open_collective":"webdriverio"}},"created_at":"2021-07-29T08:34:30.000Z","updated_at":"2023-12-28T19:42:25.000Z","dependencies_parsed_at":"2024-02-01T03:04:07.626Z","dependency_job_id":"1df5fa82-1b32-4e59-8464-f304551693a5","html_url":"https://github.com/webdriverio/create-wdio","commit_stats":{"total_commits":699,"total_committers":13,"mean_commits":53.76923076923077,"dds":0.1716738197424893,"last_synced_commit":"b500a6d79ba8c2c556dee6677ebbf52f608dcd45"},"previous_names":["webdriverio/wdio"],"tags_count":39,"template":false,"template_full_name":"christian-bromann/typescript-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdriverio%2Fcreate-wdio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdriverio%2Fcreate-wdio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdriverio%2Fcreate-wdio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdriverio%2Fcreate-wdio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdriverio","download_url":"https://codeload.github.com/webdriverio/create-wdio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224494317,"owners_count":17320679,"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":["cli","e2e","wdio","webdriverio","wizard"],"created_at":"2024-08-06T22:01:35.979Z","updated_at":"2024-11-16T03:53:18.623Z","avatar_url":"https://github.com/webdriverio.png","language":"TypeScript","readme":"WebdriverIO Starter Toolkit [![Test Changes](https://github.com/webdriverio/create-wdio/actions/workflows/test.yml/badge.svg?branch=main\u0026event=push)](https://github.com/webdriverio/create-wdio/actions/workflows/test.yml) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/webdriverio/create-wdio/blob/main/CONTRIBUTING.md)\n===========================\n\n\u003cimg alt=\"Logo\" align=\"right\" src=\"https://webdriver.io/assets/images/robot-3677788dd63849c56aa5cb3f332b12d5.svg\" width=\"20%\" /\u003e\n\nOne command to create a fresh WebdriverIO project or add WebdriverIO to an existing project.\n\n- [Get Started Guide](https://webdriver.io/docs/gettingstarted) - How to get started with WebdriverIO\n- [Supported Options](#supported-options) - command line parameters\n\n`create-wdio` works on macOS, Windows, and Linux.\u003cbr\u003e\nIf something doesn’t work, please [file an issue](https://github.com/webdriverio/create-wdio/issues/new).\u003cbr\u003e\nIf you have questions or need help, please ask in our [Discord Support channel](https://discord.webdriver.io).\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/webdriverio/wdio/main/.github/assets/demo.gif\" alt=\"Example\" /\u003e\n\u003c/p\u003e\n\n## Usage\n\nTo install a WebdriverIO project, you may choose one of the following methods:\n\n#### npx\n\n```sh\nnpx create-wdio@latest ./e2e\n```\n\n_[`npx`](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) is a package runner tool that comes with npm 5.2+ and higher, see [instructions for older npm versions](https://gist.github.com/gaearon/4064d3c23a77c74a3614c498a8bb1c5f)_\n\n#### npm\n\n```sh\nnpm init wdio@latest ./e2e\n```\n\n_[`npm init \u003cinitializer\u003e`](https://docs.npmjs.com/cli/v10/commands/npm-init) is available in npm 6+_\n\n#### yarn\n\n```sh\nyarn create wdio@latest ./e2e\n```\n\n_[`yarn create \u003cstarter-kit-package\u003e`](https://yarnpkg.com/lang/en/docs/cli/create/) is available in Yarn 0.25+_\n\n#### pnpm\n\n```sh\npnpm create wdio ./e2e\n```\n\n_[`pnpm create \u003cstarter-kit-package\u003e`](https://pnpm.io/cli/create) is available in pnpm v7+_\n\nIt will create a directory called `e2e` inside the current folder.\nThen it will run the configuration wizard that will help you set-up your framework.\n\n\n## Supported Options\n\nYou can pass the following command line flags to modify the bootstrap mechanism:\n\n* `--dev` - Install all packages as `devDependencies` (default: `true`)\n* `--yes` - Will fill in all config defaults without prompting (default: `false`)\n* `--npm-tag` - use a specific NPM tag for `@wdio/cli` package (default: `latest`)\n\n----\n\nFor more information on WebdriverIO see the [homepage](https://webdriver.io).\n","funding_links":["https://tidelift.com/funding/github/npm/webdriverio","https://opencollective.com/webdriverio"],"categories":["cli"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdriverio%2Fcreate-wdio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdriverio%2Fcreate-wdio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdriverio%2Fcreate-wdio/lists"}