Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.
/ rikiri Public archive

Make html presentations like a boss.

License

Notifications You must be signed in to change notification settings

i-2/rikiri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rikiri

Rikiri let's you to compose html presentations with markdown files or another static files, although it's scope is currently restricted to markdown for now.

Installation

pip install rikiri

Usage

usage: rikiri [-h] [-t TITLE] [-o OUTDIR] [-s SOURCEDIR]

Make github HTML presentation like a boss

optional arguments:
  -h, --help            show this help message and exit
  -t TITLE, --title TITLE
                        title of the presentation
  -o OUTDIR, --outdir OUTDIR
                        output directory
  -s SOURCEDIR, --sourcedir SOURCEDIR
                        Source directory

If you have markdown files stored in a particular directory then you can convert it into html presentation with a help of below command.

.
├── source
│   ├── file11.md
│   └── file12.md
└── README.md
rikiri -t <title_of_presentation> -s <source_dir>

LICENSE

MIT