File tree Expand file tree Collapse file tree 3 files changed +377
-922
lines changed
Expand file tree Collapse file tree 3 files changed +377
-922
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,19 @@ This is the main library behind [`shacl-vue`](https://github.com/psychoinformati
66
77## Usage
88
9+ ### Install from ` npm `
10+
11+ ```
12+ npm install shacl-tulip
13+ ```
14+
15+
16+ ### Install from latest source code
17+
918Clone the source code:
1019
1120```
12- git clone https://github.com/psychoinformatics-de/shacl-tulip.git
21+ git clone https://github.com/psychoinformatics-de/shacl-tulip.git <path>
1322```
1423
1524Install the library into your virtual environment and project:
@@ -18,6 +27,8 @@ Install the library into your virtual environment and project:
1827npm install --save <path>
1928```
2029
30+ ### Using ` shacl-tulip `
31+
2132Import and use ` shacl-tulip ` in your JavaScript code, for example:
2233
2334``` javascript
You can’t perform that action at this time.
0 commit comments