Skip to content

A basic CLI wrapper around the Runic parser library

Notifications You must be signed in to change notification settings

adambarjo/runic_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Runic CLI

A basic CLI wrapper around the Runic parser library.

Installation

go get github.com/adambarjo/runic_cli
cd $GOPATH/src/github.com/adambarjo/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

About

A basic CLI wrapper around the Runic parser library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages