Slide Show (S9) 2.0.0 Update - Command Suite Added - build, install, ls, new, etc

Hello,

I’ve updated the slideshow gem, that is, version 2.0.0. What’s new?

I’ve added a git or gem like command suite. For example, to build
your slideshow use:

$ slideshow build welcome.txt

Fetching template packs has changed to slideshow install .
Example:

$ slideshow install impress.js

or

$ slideshow install
https://raw.github.com/slideshow-s9/slideshow-impress.js/master/impress.js.txt

To list all install template packs and quick starter packs use:

$ slideshow list or slideshow ls

And to create a quick starter sample use:

$ slideshow new -t impress.js

Note, all commands also let you use single-letter aliases e.g.

build → b
install → i
list → l or ls
new → n
about → a

That’s it. More info @ http://slideshow-s9.github.io

Questions? Comments? Cheers.