YAMAML

YAMA CLI Tool

A CLI utility to work with YAMA and YAMAML files

Download YAMA CLI Tool!

Download CLI tools from YAMAML GitHub Repository.

usage :

	shex
		Generate ShEx from YAMA
		yama shex -i [path/to/yama/file] -o [path/to/output/shex/file]
	rdf
		Generate RDF from YAMAML
		yama rdf -i [path/to/yama/file] > [path/to/output/rdf/file]

To run use Deno runtime:

deno run --unstable --allow-all --no-check yama.js

Compile yama binary using Deno:

deno compile --unstable --allow-all --no-check --output yama yama.js

YAMA to RDF

yama rdf -i [path/to/yama/file]

YAMA to RDF

YAMA to ShEx

yama shex -i [path/to/yama/file] -o [path/to/output/shex/file]

YAMA to ShEx

Previous
Getting started