https://github.com/polbaladas/torsimany
💡✏️️ ⬇️️ JSON to Markdown converter - Generate Markdown from format independent JSON
https://github.com/polbaladas/torsimany
json json-converter json-parser markdown markdown-converter pip python
Last synced: 9 days ago
JSON representation
💡✏️️ ⬇️️ JSON to Markdown converter - Generate Markdown from format independent JSON
- Host: GitHub
- URL: https://github.com/polbaladas/torsimany
- Owner: PolBaladas
- License: mit
- Created: 2017-01-20T10:39:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T08:40:02.000Z (about 6 years ago)
- Last Synced: 2025-03-27T01:35:36.102Z (27 days ago)
- Topics: json, json-converter, json-parser, markdown, markdown-converter, pip, python
- Language: Python
- Homepage:
- Size: 375 KB
- Stars: 70
- Watchers: 6
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Torsimany: JSON to Markdown converter
*Translate any JSON file to stylish, human-readable Markdown.*
[](https://github.com/sindresorhus/awesome)
💡✏️️ ⬇️️
## Installation:
**To install Torsimany using pip**:```shell
pip install torsimany
```**Downloading the code** from this repository:
```shell
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:
```shell
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](http://www.jsoneditoronline.org/)Online Markdown editor/render: [dilinger.io](http://dillinger.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:
```shell
git clone https://github.com/PolBaladas/torsimany
```