No description
- Shell 100%
| .editorconfig | ||
| .gitignore | ||
| .shellcheckrc | ||
| pbw | ||
| README.md | ||
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
- Copy
pbwto the location where you usually keep your PocketBase executable. - Add
.pbw/to your.gitignorefile. This is where the downloaded PocketBase executable will be stored. - Add a
.pbwrcto specify the PocketBase version to use.
#!/bin/bash
export PB_VERSION=0.38.2