Wappler extension installer
Pick Server Connect or App Connect, choose an extension β we generate mkdir and cp commands for your open Wappler project. Run them from your project root in a terminal.
Installed via npm and Project Updater missed a file?
Use the npm sync assistant to copy from node_modules.
- 1 Type
- 2 Extension
- 3 Commands
What are you installing?
Choose the Wappler layer. You can install both for extensions that ship Server Connect actions and App Connect UI.
Which extension?
Pick a Mr Cheese extension or enter any public GitHub clone URL. Have a terminal open in your Wappler project root.
If set, the script skips git clone and copies from this folder.
Mr Cheese extensions ship this file at the repo root. The wizard fetches it from GitHub and falls back to the bundled catalog if missing.
Your install script
1 β Folders for this extension
Derived from the selected extension's wappler-install.json copy map β not a generic list.
2 β After copy
3 β Create folders and copy files
One script: mkdir -p for every destination folder, then cp. Clones the repo alongside your project if needed.
Prefer the README?
Every extension repo has full install steps, env vars, and examples. This wizard is a shortcut for the copy commands.