🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

shape-trees-in-solidbench-generator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shape-trees-in-solidbench-generator

A library to add RDF shape and [shape trees](https://shapetrees.org/) into [SolidBench](https://github.com/SolidBench/SolidBench.js)

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

shape-tree-in-solid-bench

A library to add RDF shape and shape trees into SolidBench

Installation

bun install

Usage

import * as STG from 'shape-tree-in-solid-bench';


const config: STG.Config = {
    pods_folder: "{path of the pods}", // example "out-fragments/http/localhost_3000/pods"
    shape_folders: "{folder of the shapes}", // example at `./shapes` in this repository
    generate_shape: STG.getShapeFromPath,
    generate_shape_trees: STG.generateShapeTreesFile,
};
STG.walkSolidPods(config);

TO DO

Make a better build file

FAQs

Package last updated on 06 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts