@zazuko/env-node

v1.0.1
Zazuko's RDF/JS Environment to use in NodeJs
rdfjs environment nodejs

RDF/JS Environment with NodeJs support

This package extends @zazuko/env by adding support for NodeJs.

It includes @zazuko/rdf-utils-fs and @rdfjs/fetch-lite and bundles the default set of parsers and serializers.

Using different serializers

It is possible to switch the formats by importing them from a different package. For example, using the pretty-printing package.

import rdf from '@zazuko/env-node'
import formats from '@rdfjs-elements/formats-pretty'

rdf.formats.import(formats)
npm i @zazuko/[email protected]

Metadata

  • MIT
  • Whatever
  • Zazuko GmbH
  • released 11/3/2023

Downloads