UNPKG

180 BPlain TextView Raw
1#!/usr/bin/env node
2
3'use strict';
4
5process.title = 'stryker';
6
7// Run the Stryker CLI
8const StrykerCli = require('../src/StrykerCli').default;
9new StrykerCli(process.argv).run();