@eclipsefdn/create-revealjs-solstice
Version:
Create starter template for revealjs-solstice
17 lines (12 loc) • 381 B
Markdown
# @eclipsefdn/create-revealjs-solstice
This package is the official creator for Reveal.js presentations using the Eclipse Solstice theme.
## Usage
You can create a new presentation by running any of the following commands:
### yarn
```bash
yarn create @eclipsefdn/revealjs-solstice my-presentation
```
### npm
```bash
npm init @eclipsefdn/revealjs-solstice my-presentation
```