A CLI for wrangling directories of source files. Like a static generator, but for whatever.
Find a file
2025-03-07 15:01:52 -05:00
extend-me Add extending by binding 2025-03-07 15:01:52 -05:00
playbill Add extending by binding 2025-03-07 15:01:52 -05:00
src Add extending by binding 2025-03-07 15:01:52 -05:00
.gitignore Initial commit 2025-02-12 10:31:22 -05:00
biome.json Move playbill to its own repo 2025-02-22 14:30:43 -05:00
bun.lock Add extending by binding 2025-03-07 15:01:52 -05:00
package.json Add extending by binding 2025-03-07 15:01:52 -05:00
README.md Bump playbill dep 2025-02-22 15:41:03 -05:00
tsconfig.json Initial commit 2025-02-12 10:31:22 -05:00

Playbill Builder CLI

This is a CLI tool for compiling YAML files into a validated Playbill for Proscenium

Usage

Usage:
  muse [/path/to/binding.yaml] <options>

Options:
  --check         Only load and check the current binding and resources,
                  but do not compile
  --write         Write the output to a file. If not specified, outputs to stdout
  --outfile       Specify the output file path [default: playbill.json]
  --verbose, -v   Verbose output
  --help, -h      Show this help message

Binding File

$binding: playbill  # Required
id: the-playbill-id # Required
name: My Playbill   # Required
author: My Name     # Required
version: 0.0.1      # Required
files:              # Optional
  - "**/*.yaml"