Skip to content

yamaml/yama-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yama-cli

A CLI utility to work with YAMA and YAMAML files

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 to RDF

YAMA to ShEx

YAMA to ShEx