New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

slideshow-generator

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slideshow-generator

Slideshow generator

latest
Source
npmnpm
Version
1.2.9
Version published
Weekly downloads
61
32.61%
Maintainers
1
Weekly downloads
 
Created
Source

slideshow-generator

Slideshow generator.
Create single markdown source contents, and you can generate slideshow html.
Generated html is completely runnable off-line.

Built with react.

Demo

Demo is generated with the command below.

slideshow-generator https://raw.githubusercontent.com/facebookincubator/create-react-app/master/README.md -o index.html

https://yusukeshibata.github.io/slideshow-generator

Install

npm install slideshow-generator -g

Commandline interface

Development

Open server http://localhost:8080

slideshow-generator test.md --port 8080 --watch

Generate

slideshow-generator test.md --output test.html --password loremipsum
Online mode

Never fetch resource from url.

slideshow-generator test.md -o test.html --online

Licence

MIT

Keywords

slide

FAQs

Package last updated on 02 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts