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.10.tar.gz (30.1 kB view details)

Uploaded Source

Built Distribution

revealpack-1.0.10-py3-none-any.whl (33.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: revealpack-1.0.10.tar.gz
  • Upload date:
  • Size: 30.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for revealpack-1.0.10.tar.gz
Algorithm Hash digest
SHA256 f91fc522e26050f44708c090aa6400e15a59caed022a0d27af4dfbf0f24b62e2
MD5 5fc747f520d8aa51032cba32422b31ad
BLAKE2b-256 128a14c1a9d68e96363507346e9a9fecfc5dcf206aca6dc414c5eb6cbf3395de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: revealpack-1.0.10-py3-none-any.whl
  • Upload date:
  • Size: 33.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for revealpack-1.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 5ebeeb8a90fde903065760ad1920543c46eaf5d502259ab59365b48edb39dde3
MD5 5485aea9c4fbea88e37f0a30317e7baf
BLAKE2b-256 1ecc39f28106d077b14ff32f4d6886dc244b382ea734dd9dea6459543088a2c6

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