{"id":13465126,"url":"https://github.com/stryker-mutator/stryker-js","last_synced_at":"2026-03-17T23:09:59.770Z","repository":{"id":37388885,"uuid":"51588320","full_name":"stryker-mutator/stryker-js","owner":"stryker-mutator","description":"Mutation testing for JavaScript and friends","archived":false,"fork":false,"pushed_at":"2025-05-14T16:23:50.000Z","size":104819,"stargazers_count":2651,"open_issues_count":50,"forks_count":252,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-05-14T22:02:52.894Z","etag":null,"topics":["hacktoberfest","javascript","mutation-testing","stryker","test-automation","testing","testing-tools","typescript"],"latest_commit_sha":null,"homepage":"https://stryker-mutator.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stryker-mutator.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2016-02-12T13:14:28.000Z","updated_at":"2025-05-14T08:05:18.000Z","dependencies_parsed_at":"2022-07-13T15:29:35.998Z","dependency_job_id":"2ed9b1da-cb32-4253-9659-e5d6d0864842","html_url":"https://github.com/stryker-mutator/stryker-js","commit_stats":{"total_commits":4371,"total_committers":151,"mean_commits":28.94701986754967,"dds":0.6934339967970716,"last_synced_commit":"3354719d3a76944a9beb0a49ef3800ab737fa620"},"previous_names":["stryker-mutator/stryker"],"tags_count":777,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stryker-mutator%2Fstryker-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stryker-mutator%2Fstryker-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stryker-mutator%2Fstryker-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stryker-mutator%2Fstryker-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stryker-mutator","download_url":"https://codeload.github.com/stryker-mutator/stryker-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235686,"owners_count":22036962,"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":["hacktoberfest","javascript","mutation-testing","stryker","test-automation","testing","testing-tools","typescript"],"created_at":"2024-07-31T14:01:00.332Z","updated_at":"2026-03-17T23:09:59.753Z","avatar_url":"https://github.com/stryker-mutator.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","🛠️ Developer Tools","Testing","Software testing","Code Coverage with AI"],"sub_categories":["Helpers","Mutation testing"],"readme":"[![Mutation testing badge](https://img.shields.io/endpoint?style=flat\u0026url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fstryker-mutator%2Fstryker-js%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/stryker-mutator/stryker-js/master)\n[![Build Status](https://github.com/stryker-mutator/stryker-js/workflows/CI/badge.svg)](https://github.com/stryker-mutator/stryker-js/actions?query=workflow%3ACI+branch%3Amaster)\n[![NPM](https://img.shields.io/npm/dm/@stryker-mutator/core.svg)](https://www.npmjs.com/package/@stryker-mutator/core)\n[![Node version](https://img.shields.io/node/v/@stryker-mutator/core.svg)](https://img.shields.io/node/v/@stryker-mutator/core.svg)\n[![Slack Chat](https://img.shields.io/badge/slack-chat-brightgreen.svg?logo=slack)](https://join.slack.com/t/stryker-mutator/shared_invite/enQtOTUyMTYyNTg1NDQ0LTU4ODNmZDlmN2I3MmEyMTVhYjZlYmJkOThlNTY3NTM1M2QxYmM5YTM3ODQxYmJjY2YyYzllM2RkMmM1NjNjZjM)\n\n![Stryker](stryker-80x80.png)\n\n# StrykerJS\n\n*Professor X: For someone who hates mutants... you certainly keep some strange company.*\n*William Stryker: Oh, they serve their purpose... as long as they can be controlled.*\n\nWelcome to StrykerJS's monorepo. This is where all official stryker packages are maintained.\nIf you're new to monorepos: don't be scared. You'll find the packages in the `packages` folder.\n\nIf you're interested in why we chose a monorepo, please read [babeljs's design document about monorepos](https://github.com/babel/babel/blob/master/doc/design/monorepo.md). We use it for the same reasons as they do.\n\n## Introduction\n\nFor an introduction to mutation testing and Stryker's features, see [stryker-mutator.io](https://stryker-mutator.io/).\n\n## Getting started\n\nPlease follow the [quickstart on the website](https://stryker-mutator.io/docs/stryker-js/getting-started/).\n\nFor small js projects, you can try the following command:\n\n```\npnpm add --save-dev @stryker-mutator/core\n# Only for small projects:\nnpx stryker run\n```\n\nIt will run stryker with default values:\n\n* Uses `npm test` as your test command\n* Searches for files to mutate in the `lib` and `src` directories\n\n## Usage\n\n```sh\n$ npx stryker \u003ccommand\u003e [options] [configFile]\n```\n\nSee [usage on stryker-mutator.io](https://stryker-mutator.io/docs/stryker-js/usage)\n\n## Supported mutators\n\nSee our website for the [list of currently supported mutators](https://stryker-mutator.io/docs/mutation-testing-elements/supported-mutators).\n\n## Configuration\n\nSee [configuration on stryker-mutator.io](https://stryker-mutator.io/docs/stryker-js/configuration).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstryker-mutator%2Fstryker-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstryker-mutator%2Fstryker-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstryker-mutator%2Fstryker-js/lists"}