πŸ“‹ Git extension standard

Install manifest builder

You are creating a small JSON file β€” wappler-install.json β€” that tells install tools which files to copy where when someone adds your extension to a Wappler project. Think of it as a machine-readable install section for your GitHub repo.

Schema v1 Server & App Connect Runs in your browser
  1. 1 Identity
  2. 2 Layers
  3. 3 Copy map
  4. 4 Notes
  5. 5 Export

What you are building

A wappler-install.json file lives in your extension repo root (next to README.md). Install wizards read it and generate cp commands for the user. You still write a README for humans β€” this file is for tools.

Extension identity

Name and ID for your manifest. The ID slug should stay the same across versions (e.g. push-it, redirect-it).

Lowercase letters, numbers, and hyphens only.

Import existing JSON

Paste a wappler-install.json to edit it in this wizard.

Installing an extension?

Use the install assistant to generate git clone and cp commands from a manifest or the bundled catalog.