Get ready for publishing #6
3 changed files with 377 additions and 922 deletions
13
README.md
13
README.md
|
|
@ -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
|
||||||
|
|
|
||||||
1284
package-lock.json
generated
1284
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue