Awesome
Torsimany: JSON to Markdown converter
Translate any JSON file to stylish, human-readable Markdown.
💡✏️️ ⬇️️
Installation:
To install Torsimany using pip:
pip install torsimany
Downloading the code from this repository:
git clone https://github.com/PolBaladas/torsimany.git
python setup.py install
Requirements
Torsimany uses standard modules already included with your fresh python installation.
Usage:
torsimany [JSON_FILE].json
Output:
An awesome .markdown
file translated by torsimany from the given JSON input.
Useful Tools
Online JSON Schema visualizer: JSON Editor online
Online Markdown editor/render: dilinger.io
Contribute
Welcome ye Hacker! All ideas are welcome, open/close issues, fork the repo and share your code with a Pull Request.
You can clone this project to your machine:
git clone https://github.com/PolBaladas/torsimany