UNPKG

@zazuko/shacl-test

Version:

Runs SHACL shapes against a set of positive and negative test cases (data graphs).

9 lines (6 loc) 243 B
#!/usr/bin/env node import { createPlaygroundUrl } from '@zazuko/shacl-playground' import { shorten } from '@zazuko/s' ;(async function () { process.stdout.write(await shorten(createPlaygroundUrl(process.argv[2], process.argv[3]))) })()