Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/riiid/rxjs-dash

:dash: Generate RxJS docset for dash
https://github.com/riiid/rxjs-dash

Last synced: 3 months ago
JSON representation

:dash: Generate RxJS docset for dash

Lists

README

        

# rxjs-dash

Generate [RxJS](https://github.com/Reactive-Extensions/RxJS) docset for [Dash](https://kapeli.com/dash)

## Generate docset

Make sure you have `node` on your system.

```
$ git clone https://github.com/riiid/rxjs-dash.git --recursive
$ cd rxjs-dash
$ npm start
$ mkdir ~/Library/Application\ Support/Dash/DocSets/RxJs
$ mv rxjs.docset ~/Library/Application\ Support/Dash/DocSets/RxJs/
```

add `rxjs.docset` to `Dash`

## :construction:

* [Table of Contents Support](https://kapeli.com/docsets#tableofcontents)
* [Contribute a new docset](https://github.com/Kapeli/Dash-User-Contributions#contribute-a-new-docset)