Skip to main content

A CLI tool for managing Reveal.js presentation packages

Project description

RevealPack Documentation

Welcome to the RevealPack documentation. RevealPack is a command-line interface (CLI) tool for managing and building multiple Reveal.js presentations.

Motivation

RevealPack is more than just a Reveal.js presentation starter; it's a comprehensive framework for creating suites of presentations that share themes and resources, such as a lecture series or a multi-day seminar. RevealPack abstracts much of the slide deck creation process, allowing for complete control over individual slides or groups of slides within each presentation.

With RevealPack, you can:

  • Create slides individually or group multiple slides in one file.
  • Share raw HTML or Markdown slides with others.
  • Create section title slides or decorate the section tag with YAML headers.
  • Serve your presentation during development with live updating for smart automatic rebuilds of changed files.

Commands

  • init: Initialize the directory structure.
  • setup: Set up the environment.
  • build: Build the presentations.
  • serve: Serve the presentations locally.
  • package: Package the presentation for distribution.
  • docs: View the documentation.

Installation

Requirements

  • Python >3.9, (>=3.12 recommended)

Install RevealPack from PyPI

To install RevealPack, run:

pip install revealpack

Note: Use the appropriate method for your setup, e.g., pip3 or python -m pip....

Workflow

Initial Setup

  1. Choose a Project Directory: Select a directory for your project. It is recommended to create a Python virtual environment in your chosen directory (root) and install RevealPack there, rather than using a global environment.

  2. Initialize the Project: Navigate your terminal or command window to the root directory, activate your Python 3 environment, and use the revealpack init command to initialize the directory for your presentations.

revealpack init
  1. Modify Configuration: Customize the config.json file for your project.

  2. Setup Development Environment: Set up the presentation development environment with the revealpack setup command.

revealpack setup

Presentation Development Workflow

  • Build Presentations: Use revealpack build to compile your presentations.
revealpack build

The revealpack build command converts slide decks located in the specified source directories into individual presentations, handling everything from copying necessary libraries to compiling themes and generating HTML files. This command processes each subdirectory within the presentation root directory, creating a presentation for each.

Options:

  • --root <directory>: Specifies the root directory for the build. Defaults to the current working directory.
  • --clean: Performs a clean build by removing all contents of the build directory before starting the build process.
  • --decks <file or string>: Specifies a comma-separated list of deck names or a path to a file containing deck names to be built. If this option is provided, a clean build is automatically performed.

The build process includes injecting custom styles and scripts, compiling SCSS/SASS themes, managing plugins, and generating a table of contents for the presentations. It ensures that all necessary files are included and properly configured, resulting in fully functional Reveal.js presentations.

  • Serve Presentations Locally: Use revealpack serve to start a local server with live reloading for development.
revealpack serve
  • Package Presentations for Distribution: Use revealpack package to package your presentations into a distributable format.
revealpack package --target-dir <build_directory> [--root <root_directory>] [--no-build] [--clean] [--decks <file_or_string>]

The revealpack package command prepares your presentations for distribution by copying the built files to a specified destination directory and setting up the necessary project files, including package.json, installer configurations for macOS and Windows, and other required assets.

Options:

  • --root <directory>: Specifies the root directory for packaging. Defaults to the current working directory.
  • --target-dir <directory>: Specifies the directory where the package will be created. Defaults to the directory specified in config.json under directories.package or package_output if not set.
  • --no-build: Skips the build step. This is useful if the build has already been done and you only want to package the results.
  • --clean: Performs a clean build before packaging. This ensures that only fresh files are included in the package.
  • --decks <file or string>: Specifies a comma-separated list of deck names or a path to a file containing deck names to be built and included in the package. If this option is provided, a clean build is automatically performed.

The packaging process includes generating a package.json file, setting up installer configurations for both macOS and Windows, and creating a .gitignore file and a GitHub Actions workflow to automate the build and release process. This ensures that your presentations are ready to be packaged into standalone applications.

For example, to package your presentations without rebuilding, you would run:

revealpack package --target-dir path/to/new/package --no-build

Development

For more detailed information on development, see the Developer's Guide.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

revealpack-1.0.35.tar.gz (30.9 kB view details)

Uploaded Source

Built Distribution

revealpack-1.0.35-py3-none-any.whl (34.4 kB view details)

Uploaded Python 3

File details

Details for the file revealpack-1.0.35.tar.gz.

File metadata

  • Download URL: revealpack-1.0.35.tar.gz
  • Upload date:
  • Size: 30.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for revealpack-1.0.35.tar.gz
Algorithm Hash digest
SHA256 71f7c53c0611a04be5d6f3c0b7d1023e5f75179f30c9c9c4e141e232dd50cc76
MD5 2790272d5b78fcdf2c18080d1b3a7f9f
BLAKE2b-256 78b4a07b1573a2e029c2d943ac06eaf4e86031faa777d2dcfa87a584cb4d59e8

See more details on using hashes here.

File details

Details for the file revealpack-1.0.35-py3-none-any.whl.

File metadata

  • Download URL: revealpack-1.0.35-py3-none-any.whl
  • Upload date:
  • Size: 34.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for revealpack-1.0.35-py3-none-any.whl
Algorithm Hash digest
SHA256 c31aa4c5e2520915ec6ad4e3d1246ebff34e6b5ea78e133c4a7598119538f36e
MD5 a8dc03163a208ee8df3921cc8bc907bf
BLAKE2b-256 0a6c94a7373b4d6321eb991767a60da6d95e0397845e480cd925e24347ef7cab

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page