sparql-support
v0.19.8
Published
SPARQL support is the addon of the CodeMirror to support editing SPARQL queries in a textarea.
Downloads
194
Readme
SPARQL support
SPARQL support is an SPARQL client / SPARQL query editor works on web browser.

Development
$ npm installOpen index.html in web browser.
Release
$ npm version patch # or minor, major
$ git push --follow-tags
$ npm publish