idyll-template-projects
v3.0.0-alpha.2
Published
Template projects for Idyll
Downloads
330
Readme
idyll-template-projects
Scaffolding for new Idyll projects
Usage
This package is meant to be used with the Idyll CLI tool:
First, install the idyll CLI tool globally:
npm install -g idyll
Then, run Idyll's create-project
subcommand, which will present you with an interactive
selector for project templates:
idyll create-project
Available Templates
article
: a typical Idyll article.multipage
: setup for a multipage blog.scrollytelling
: scroll and tell.slideshow
: interactive graphics in your slideshow.
See http://idyll-lang.org for complete documentation.