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

https://github.com/flarebyte/bubblegum-mutuality-reader

Fetch rdf documents and dependencies based on a mutuality file
https://github.com/flarebyte/bubblegum-mutuality-reader

todo

Last synced: 3 months ago
JSON representation

Fetch rdf documents and dependencies based on a mutuality file

Awesome Lists containing this project

README

          

# bubblegum-mutuality-reader

Fetch rdf documents and dependencies based on a mutuality file

[![Build Status](https://semaphoreci.com/api/v1/olih/bubblegum-mutuality-reader/branches/master/badge.svg)](https://semaphoreci.com/olih/bubblegum-mutuality-reader)

## Documentation

See https://flarebyte.github.io/bubblegum-mutuality-reader/

## Dev
https://github.com/bitjson/typescript-starter

make test

## Publish

Build and publish documentation

```
make build
git add .
git commit "update documentation"
make publish-doc
```
Then publish the source code:

```
make publish
```