:warning: This repository is archived: It's contents have been moved to a new monorepo.
A command line interface for Linked Data Objects. LDO-CLI builds .shex
shapes into LDO types.
Install the CLI
npm i ldo-cli --save-dev
Set up a shapes folder
mkdir shapes
Place ShexC shapes inside .shex
files
touch ./shapes/example.shex
Build the shpaes
ldo build --input ./shapes --output ./ldo