SkillAgentSearch skills...

Readify

A Python tool for Rendering markdown files to your Browsers.

Install / Use

/learn @Mr-Sunglasses/Readify
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Readify

A Python tool for Rendering markdown files to your Browsers.

Setup

git clone https://github.com/Mr-Sunglasses/Readify.git 

cd readify

python3 -m venv venv

source venv/bin/activate

pip3 install -r requirements.txt

Usage

cd readify

python3 readify.py --help

python3 readify.py <path of the readme> --port=<port in which you want to serve the render README>

Demo images

help

Image-1

rendering Markdowns

Image-2

Serving Webapp

Image-1

To add Readify to your PATH [for linux and mac users]

cd bin
chmod +x readify
echo 'export PATH="$PATH:`pwd`/readify/bin"' >> ~./bashrc
#update current shell
source ~/.bashrc

# to verify if Readify is working
readify --help
View on GitHub
GitHub Stars7
CategoryDevelopment
Updated2y ago
Forks0

Languages

Python

Security Score

75/100

Audited on Jun 25, 2023

No findings