idyll-template-projects

Template projects for Idyll

Usage no npm install needed!

<script type="module">
  import idyllTemplateProjects from 'https://cdn.skypack.dev/idyll-template-projects';
</script>

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

  1. article: a typical Idyll article.
  2. multipage: setup for a multipage blog.
  3. scrollytelling: scroll and tell.
  4. slideshow: interactive graphics in your slideshow.

See http://idyll-lang.org for complete documentation.