Skip to main content

Make github presentations like a boss

Project description

## 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rikiri-0.5.tar.gz (1.5 MB view hashes)

Uploaded Source

Built Distributions

rikiri-0.5-py3.5.egg (1.6 MB view hashes)

Uploaded Source

rikiri-0.5-py3-none-any.whl (1.6 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page