Skip to content

Commit 7d525f5

Browse files
Update README.md
1 parent 2fd59af commit 7d525f5

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
11
# CoreDataCombine
2-
CoreData + Combine
2+
3+
[![SPM compatible](https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat)](https://swift.org/package-manager)
4+
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/Alexander-Ignition/OSLogging/blob/master/LICENSE)
5+
6+
7+
## Features
8+
9+
- [x] NSManagedObjectContext + Scheduler
10+
- [ ] NSAsynchronousFetchRequest + Publisher
11+
12+
13+
## Instalation
14+
15+
Add dependency to `Package.swift`...
16+
17+
```swift
18+
.package(url: "https://github.com/Alexander-Ignition/CoreDataCombine", from: "0.0.1"),
19+
```
20+
21+
... and your target
22+
23+
```swift
24+
.target(name: "ExampleApp", dependencies: ["CoreDataCombine"]),
25+
```

0 commit comments

Comments
 (0)