1.0.5 • Published 3 years ago

amato-cli v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

What's amATO

  • amATO / あまと
  • Presentation tool.
  • Easily turn Markdown presentations into rich slides.

Demo

Demo Page

Installation

$ npm install amato-cli

Usage

  1. Writing markdown.
# This is sample
## slide1 :)
---
## slide2 :X
---
## slide3 :D
  1. Convert Markdown to html.
$ amato-cli sample/sample.md -o sample
Generating slides.
■ Source: sample/sample.md
■ Output: sample/sample.html
■ Style: default
Complate.
  1. Open the generated html file in the browser
$ open sample.html

amato-cli --help

Usage: amato-cli [options]

	--help, -h
		Displays help information about this script
		'amato-cli -h' or 'amato-cli --help'

	--version
		Displays version info
		amato-cli --version

	--style, -s
		Choose a design template.
		amato-cli example.md -s your-favorite-style

	--output, -o
		Choose a output directory.
		amato-cli example.md -o artifacts

	--style-list, -l
		The list of styles.
		amato-cli --style-list

Develop

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago