@xcheme/cli

Command Line Interface.

Usage no npm install needed!

<script type="module">
  import xchemeCli from 'https://cdn.skypack.dev/@xcheme/cli';
</script>

README

XCHEME CLI

ts npm license

This package provides the XCHEME CLI.

Get started

Install using npm:

npm i @xcheme/cli

Usage

Seeing all options available:

xcm --help

Generating a parser in JavaScript:

xcm -s ./path/to/source.xcm

Running a parser instantly:

xcm -s ./path/to/source.xcm -t ./path/to/file.ex --run

License

MIT