UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

7 lines (5 loc) 158 B
#!/usr/bin/env node import { StrykerCli } from '../dist/src/index.js'; process.title = 'stryker'; // Run the Stryker CLI new StrykerCli(process.argv).run();