Skip to content

cescoffier/rx-marble-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Generate svg and png files for marble diagrams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published