Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 798 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 798 Bytes

RX Marble Generator

This repository packages https://bitbucket.org/achary/rx-marbles/ into a Docker container and generate RX Marble pictures.

Features

  • Generate RX MArble diagram based on txt file using this syntax
  • Convert the generated SVG to PNG

Usage

Building

Run the following command after having clone the repository:

docker build -t cescoffier/rx-marbles .

or just use:

docker pull cescoffier/rx-marbles

Running

docker run -i -v $PWD:/data cescoffier/rx-marbles

It searches for all .txt files located into the (container) data directory and parse them. For each diagram a .svg file and .png file are created.