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
- Host: GitHub
- URL: https://github.com/flarebyte/bubblegum-mutuality-reader
- Owner: flarebyte
- License: mit
- Created: 2018-08-05T10:51:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T21:19:01.000Z (over 7 years ago)
- Last Synced: 2025-10-23T17:40:30.353Z (7 months ago)
- Topics: todo
- Language: HTML
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# bubblegum-mutuality-reader
Fetch rdf documents and dependencies based on a mutuality file
[](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
```