Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T08:40:02.000Z (over 5 years ago)
- Last Synced: 2024-07-08T13:45:33.606Z (4 months ago)
- Topics: json, json-converter, json-parser, markdown, markdown-converter, pip, python
- Language: Python
- Homepage:
- Size: 375 KB
- Stars: 65
- Watchers: 7
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-markdown - Torsimany - Translate format-independent JSON to stylish, human-readable Markdown. ![Mac OS X][macosx] ![Linux][linux] ![Windows][windows] (Tools / Converters)
README
# Torsimany: JSON to Markdown converter
*Translate any JSON file to stylish, human-readable Markdown.*
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)![Torsimany](https://cloud.githubusercontent.com/assets/3987198/22163287/7b89c26e-df52-11e6-8769-4bccf4471e37.jpg)
💡✏️️ ⬇️️
## 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
```