0.4.2 • Published 4 months ago

create-spectacle v0.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

create-spectacle

This package contains create-spectacle, the boilerplate-generator for Spectacle. The simplest usage is to run one of the following commands (based on your package manager of choice):

yarn create spectacle # yarn
npm create spectacle # npm
npx create-spectacle # using npx
pnpm create spectacle # using pnpm

Once running the respective command, you will be prompted to provide information about the spectacle project you'd like to create. Once you provide necessary information, a new spectacle project will be created in the directory derived from the project name you provided.

Flags

create-spectacle's core usage is via the interactive prompts. However, there are a handful of arguments/flags that you can provide to pre-fill prompt options:

  • Pass a project name as the main argument to specify a project name, e.g. yarn create spectacle my-presentation.
  • Pass the --type or -t flag to specify the type of spectacle project you'd like to create. Options are jsx, tsx, or onepage. Example: yarn create spectacle -t onepage my-presentation.
  • Pass the --lang or -l flag to specify the HTML lang attribute for your presentation. Example: yarn create spectacle -l en my-presentation.
  • Pass the --port or -p flag to specify the port to run the presentation on. Example: yarn create spectacle -p 8080 my-presentation.

Bypassing Prompts

If you want to bypass the prompts entirely, pass the -t, -l, and -p flags as well as the project name as the main argument. For example:

yarn create spectacle -t jsx -l en -p 8080 my-presentation
0.4.2

4 months ago

0.4.1

5 months ago

0.4.0

5 months ago

0.3.1

1 year ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

7 years ago