Skip to content

Commit

Permalink
Update documentation/tools.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Pluskiewicz <[email protected]>
  • Loading branch information
giacomociti and tpluscode authored Jan 12, 2024
1 parent 5a144e5 commit e1c24ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ The validation process of the cube can be divided into three different aspects.

The node package `barnard59-cube` includes [commands](https://github.com/zazuko/barnard59/tree/master/packages/cube#commands) to validate cubes and their constraints. Validation commands can be used with SHACL shapes defined [here](https://github.com/zazuko/cube-link/tree/main/validation).

Once the package and its dependencies are installed in a node project (use `npm init -y` to create a new one):
To use, install `barnard59` CLI and the `barnard59-cube` package globally:

```bash
npm install barnard59 barnard59-cube barnard59-base barnard59-formats barnard59-http barnard59-rdf barnard59-sparql barnard59-shacl
npm install -g barnard59 barnard59-cube
```

Validation commands provide SHACL validation reports in case of violations:
Expand Down

0 comments on commit e1c24ab

Please sign in to comment.