An open API service indexing awesome lists of open source software.

https://github.com/rocity/readmegen

A Flask app that lets me generate Markdown files that has a "title" and a "list".
https://github.com/rocity/readmegen

Last synced: about 1 month ago
JSON representation

A Flask app that lets me generate Markdown files that has a "title" and a "list".

Awesome Lists containing this project

README

          

# Readmegen
A Flask app that lets me generate Markdown files that has a "title" and a "list".

# Install
- `pip install -r requirements.txt`
- `export FLASK_APP=main.py`
- On Windows: `set FLASK_APP=main.py`
- `flask run`

# Why did you create this?
To create notes on directories that I created. I always lose track on what I put inside folders.

Here's a view of an example folder

![Folder view](docs/img/ss1.png)

The content of the MD file in that folder

![MD Code](docs/img/ss2.png)

I have a Markdown Viewer extension on my browser, so I can also view the Markdown file's neatly formatted output

![MD Preview](docs/img/ss3.png)

# License

This software is licensed under [The MIT License](./LICENSE).