by amATO
amATO / あまと
Presentation tool.
Easily turn Markdown presentations into rich slides.
$ npm install amato-cli
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
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 ・・・・・・・・・・・・
Author: @uehr37
License: MIT
Repository: github/amato-cli