Hi there! UnSHACLed is a visual editor for SHACL, still in its early stages.
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 engine | Status |
---|---|
Travis (Linux, Mac OS X) | |
AppVeyor (Windows) | |
Codacy |
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.
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.