UNPKG
@zazuko/shacl-test
Version:
latest (0.1.1)
0.1.1
0.1.0
Runs SHACL shapes against a set of positive and negative test cases (data graphs).
@zazuko/shacl-test
/
shorten-report.js
9 lines
(6 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
#!/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
]))) })()