Get ready for publishing #6

Merged
jsheunis merged 1 commit from integrate-sv into main 2026-02-04 08:50:05 +00:00
3 changed files with 377 additions and 922 deletions

View file

@ -6,10 +6,19 @@ This is the main library behind [`shacl-vue`](https://github.com/psychoinformati
## Usage ## Usage
### Install from `npm`
```
npm install shacl-tulip
```
### Install from latest source code
Clone the source code: Clone the source code:
``` ```
git clone https://github.com/psychoinformatics-de/shacl-tulip.git git clone https://github.com/psychoinformatics-de/shacl-tulip.git <path>
``` ```
Install the library into your virtual environment and project: Install the library into your virtual environment and project:
@ -18,6 +27,8 @@ Install the library into your virtual environment and project:
npm install --save <path> npm install --save <path>
``` ```
### Using `shacl-tulip`
Import and use `shacl-tulip` in your JavaScript code, for example: Import and use `shacl-tulip` in your JavaScript code, for example:
```javascript ```javascript

1282
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{ {
"name": "shacl-tulip", "name": "shacl-tulip",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.1",
"type": "module", "type": "module",
"main": "./src/index.js", "main": "./src/index.js",
"module": "./src/index.js", "module": "./src/index.js",