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

https://github.com/mvr-studio/shw

Present quick Markdown presentations by running a simple CLI command.
https://github.com/mvr-studio/shw

cli ink markdown presentations react

Last synced: 2 months ago
JSON representation

Present quick Markdown presentations by running a simple CLI command.

Awesome Lists containing this project

README

        

# shw (Showdown) - Quick CLI presentations

Lo-fi CLI presentation tool. Make Markdown based presentations by running a simple CLI command.

## Prerequisite

- Node.js (>=10)

## Installation

### Usign NPM:

```bash
$ npm i -g shw
```

### Usign Yarn:

```bash
$ yarn global add shw
```

## Usage

### Module installed locally

```
$ shw presentation.md
```

### Without installing

```
$ npx shw presentation.md
```

![shw](/demo.gif)

## Features

- Metadata reading (title, author, email)
- [Synthax highlighting](https://github.com/thlorenz/cardinal)
- Zero config

## Links

- [Example](/examples/demo.md)