Skip to content

dubious-developments/UnSHACLed

Repository files navigation

UnSHACLed web application

Hi there! UnSHACLed is a visual editor for SHACL, still in its early stages.

Trying UnSHACLed live

You can try out UnSHACLed's latest release from the comfort of your favorite browser. If you do not have any SHACL or data files yet, you can use these to get started with: example files.

CI

CI engine Status
Travis (Linux, Mac OS X) Build Status
AppVeyor (Windows) Build status
Codacy Codacy Badge

SonarCloud dashboard can be found here. For some reason, SonarCloud won't show an accurate test coverage report. You can find an accurate report here.

Building UnSHACLed

Dependencies:

  • npm (sudo apt install npm)
  • gulp (sudo npm install -g gulp)

Build instructions:

  • Install all other dependencies by running npm install.
  • Lint, build and test by typing gulp.

To view the website, open index.html with your favorite web browser.