Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 517 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 517 Bytes

Runic CLI

A basic CLI wrapper around the Runic parser library.

Installation

go get github.com/vqvw/runic_cli
cd $GOPATH/src/github.com/vqvw/runic_cli
go install

Usage

  • Outputs parsed tree as JSON to stdout.
runic_cli -in my_document.runic
  • Outputs parsed tree as JSON to file.
runic_cli -in my_document.runic -out my_document.json
  • Outputs parsed tree as HTML to file.
runic_cli -in my_document.runic -out my_document.html