UNPKG

@treecg/ldes-orchestrator

Version:

Fills the gaps that a Linked Data Platform (LDP) cannot do by itself for creating a Linked Data Event Stream (LDES) in LDP.

9 lines (7 loc) 243 B
import { rmdirSync} from 'fs'; import * as Path from 'path'; module.exports = async (): Promise<void> => { // remove solid pod (note, maybe do properly) rmdirSync(Path.join(__dirname, 'solidPod'), {recursive: true}); process.exit(); };