No description
Find a file
2026-05-29 06:26:13 +02:00
.editorconfig Initial commit 2026-05-29 06:26:13 +02:00
.gitignore Initial commit 2026-05-29 06:26:13 +02:00
.shellcheckrc Initial commit 2026-05-29 06:26:13 +02:00
pbw Initial commit 2026-05-29 06:26:13 +02:00
README.md Initial commit 2026-05-29 06:26:13 +02:00

PocketBase Wrapper

pbw is a wrapper for PocketBase, just like mvnw for Maven. Instead of calling the PocketBase executable directly, you can call pbw instead. The executable will be downloaded in the background and arguments passed to pbw will be passed through.

Usage

  1. Copy pbw to the location where you usually keep your PocketBase executable.
  2. Add .pbw/ to your .gitignore file. This is where the downloaded PocketBase executable will be stored.
  3. Add a .pbwrc to specify the PocketBase version to use.
#!/bin/bash
export PB_VERSION=0.38.2