Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 432 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 432 Bytes

SPARQL support

SPARQL support is an SPARQL client / SPARQL query editor works on web browser.

img

Development

$ npm install

Open index.html in web browser.

Release

$ npm version patch # or minor, major
$ git push --follow-tags
$ npm publish