Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lempiji committed Feb 9, 2019
1 parent b475006 commit bbe7239
Show file tree
Hide file tree
Showing 189 changed files with 16,316 additions and 1,864 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,30 @@ Issue and PullRequest are welcome! :smiley:

Refer to [CONTRIBUTING.md](/CONTRIBUTING.md) for details.

### Development

#### Build and unittest

```bash
git clone https://github.com/lempiji/rx
cd rx
dub test
```

#### Update documents

```bash
dub build -c ddox
```


### Future work

- generic observable factory
- create, start, timer, interval
- create, start, timer, interval
- more subjects
- publish, replay
- publish, replay
- more algorithms
- window, zip
- window, zip
- more test
- more documents
Loading

0 comments on commit bbe7239

Please sign in to comment.