mirror of
https://github.com/shouptech/synthale.git
synced 2026-02-03 15:39:45 +00:00
Add README.rst
This commit is contained in:
parent
e72eeb100c
commit
1ce1586a3d
1 changed files with 42 additions and 0 deletions
42
README.rst
Normal file
42
README.rst
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
Synthale
|
||||||
|
========
|
||||||
|
|
||||||
|
A python application to convert valid BeerXML_ files into Markdown files. You
|
||||||
|
can then use those Markdown files in your favorite static website generator.
|
||||||
|
|
||||||
|
.. _BeerXML: http://www.beerxml.com/
|
||||||
|
|
||||||
|
|
||||||
|
Installation
|
||||||
|
------------
|
||||||
|
|
||||||
|
Synthale requires Python 3. Install Synthale from PyPi:
|
||||||
|
|
||||||
|
```
|
||||||
|
pip3 install Synthale
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Usage
|
||||||
|
-----
|
||||||
|
|
||||||
|
```
|
||||||
|
$ synthale --help
|
||||||
|
Usage: synthale [OPTIONS] INPUT_PATH OUTPUT_PATH
|
||||||
|
|
||||||
|
Generate markdown files from BeerXML files.
|
||||||
|
|
||||||
|
INPUT_PATH is either a directory containing XML files, or an individual
|
||||||
|
XML file. OUTPUT_PATH is the directory to write the markdown files to.
|
||||||
|
|
||||||
|
Options:
|
||||||
|
--help Show this message and exit.
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
License
|
||||||
|
-------
|
||||||
|
|
||||||
|
Synthale is released under the GPLv3_ license.
|
||||||
|
|
||||||
|
.. _GPLv3: LICENSE
|
||||||
Loading…
Add table
Reference in a new issue