A CLI for wrangling directories of source files. Like a static generator, but for whatever.
Find a file
2025-03-19 15:57:56 -04:00
src Convert rendering to jsx 2025-03-19 15:57:56 -04:00
.gitignore Improved HTML output 2025-03-08 20:23:29 -05:00
biome.json Organize into folders 2025-03-10 20:58:11 -04:00
bun.lock Concept jsx usage 2025-03-17 20:48:37 -04:00
package.json Concept jsx usage 2025-03-17 20:48:37 -04:00
README.md Bump playbill dep 2025-02-22 15:41:03 -05:00
tsconfig.json Muse owns muse-shaped files now 2025-03-17 17:20:30 -04: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"