Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Ignition committed May 3, 2020
1 parent 2fd59af commit 7d525f5
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# CoreDataCombine
CoreData + Combine

[![SPM compatible](https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat)](https://swift.org/package-manager)
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/Alexander-Ignition/OSLogging/blob/master/LICENSE)


## Features

- [x] NSManagedObjectContext + Scheduler
- [ ] NSAsynchronousFetchRequest + Publisher


## Instalation

Add dependency to `Package.swift`...

```swift
.package(url: "https://github.com/Alexander-Ignition/CoreDataCombine", from: "0.0.1"),
```

... and your target

```swift
.target(name: "ExampleApp", dependencies: ["CoreDataCombine"]),
```

0 comments on commit 7d525f5

Please sign in to comment.