forked from stryker-mutator/stryker-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(init): add
create-stryker
package (stryker-mutator#4644)
Add a `create-stryker` package which allows for `npm init stryker` 🎉. Also, document this as the preferred way of initializing StrykerJS. --------- Co-authored-by: Nico Jansen <[email protected]>
- Loading branch information
Showing
9 changed files
with
285 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[![Slack Chat](https://img.shields.io/badge/slack-chat-brightgreen.svg?logo=slack)](https://join.slack.com/t/stryker-mutator/shared_invite/enQtOTUyMTYyNTg1NDQ0LTU4ODNmZDlmN2I3MmEyMTVhYjZlYmJkOThlNTY3NTM1M2QxYmM5YTM3ODQxYmJjY2YyYzllM2RkMmM1NjNjZjM) | ||
|
||
![Stryker](https://github.com/stryker-mutator/stryker-js/raw/master/stryker-80x80.png) | ||
|
||
# Create Stryker | ||
|
||
An initialer for StrykerJS! Run it with: `npm init stryker`. See [getting started](../../docs/getting-started.md) for more information. |
Oops, something went wrong.