Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GhostESP Scripts Catalog

Community-driven catalog for GhostESP GhostScripts (.gs / .gsb).

How It Works

  1. Contributors PR a manifest pointing to their source repo
  2. Maintainers review and merge
  3. CI clones source, compiles .gs to .gsb with ghostbt, uploads to Cloudflare R2
  4. Website fetches catalog.json to display scripts

Submitting a Script

See CONTRIBUTING.md.

Quick start:

  1. Fork this repo
  2. Copy templates/script-manifest.json to scripts/<your_script_id>/manifest.json
  3. Fill in source_repo (your public GitHub repo) and entry
  4. Open a Pull Request

Building from GhostESP firmware

Scripts bundled in the GhostESP firmware tree use:

{
  "source_repo": "https://github.com/GhostESP-Revival/GhostESP",
  "source_branch": "two-point-zero",
  "source_subdir": "examples/ghostscript/src"
}

CDN

Built .gsb files are hosted at https://gesp.fuckyourcdn.com.

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors