Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin committed Dec 28, 2023
1 parent 94603c3 commit f47a9dc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# [Reaper](https://www.emergetools.com/blog/posts/dead-code-detection-with-reaper)

A framework for detecting dead code at runtime.

## Installation

Add Reaper as a dependency with Swift package manager using the URL https://github.com/EmergeTools/Reaper, or download the latest XCFramework from [Github releases](https://github.com/EmergeTools/Reaper/releases).

## Setup

Start the SDK at app launch by adding the following code:

```Swift
import Reaper

...

EMGReaper.sharedInstance().start(withAPIKey: "myKey") // The key is provided to you by Emerge
```

More details can be found in the [docs](https://docs.emergetools.com/docs/reaper).

0 comments on commit f47a9dc

Please sign in to comment.