@xcheme/cli
v0.0.16
Published
XCHEME command line interface.
Downloads
4
Readme
XCHEME CLI
This package provides the XCHEME CLI.
Get started
Install using npm:
npm i @xcheme/cli
Usage
Seeing all options available:
xcm --help
Generating the parser in JavaScript:
xcm -s ./path/to/source.xcm
Running the parser instantly:
xcm -s ./path/to/source.xcm -t ./path/to/file.ex --run
License
All files in this package are covered by the MIT license, see LICENSE.