Sample Slide

by amATO

What's amATO

Demo

This slide.

Installation

$ npm install amato-cli

Usage

    Writing markdown.

sample/sample.md# This is sample
## slide1 :)
---
## slide2 :X
---
## slide3 :D

    Convert Markdown to html.

$ amato-cli sample/sample.md -o sample
Generating slides.
■ Source: sample/sample.md
■ Output: sample/sample.html
■ Style: default
Complate.

    Open the generated html file in the browser

    $ open sample.html

Source for this slides

sample.md# Sample Slide [[fab fa-slideshare]]<<.title.blur>>
by amATO<<.blur>>

---
# What's amATO[[fas fa-question fa-rotate]]<<.headline>>
- amATO / あまと
- Presentation tool.
- Easily turn Markdown presentations into rich slides.

---
# Demo[[fas fa-question fa-rotate]]<<.headline>>
# This slide.

---
# Installation[[fas fa-spinner fa-rotate]]<<.headline>>
```bash
$ npm install amato-cli

・・・・・・・・・・・・

Develop