https://github.com/benallfree/pbgo
https://github.com/benallfree/pbgo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benallfree/pbgo
- Owner: benallfree
- Created: 2024-02-14T17:22:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-14T17:23:06.000Z (over 1 year ago)
- Last Synced: 2025-01-17T03:46:33.781Z (9 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PocketBase Binary Runner
This package will download the latest binary [PocketBase release](https://github.com/pocketbase/pocketbase/releases) for the current operating system and architecture, and run it.
```bash
npm i -g pbgo
pbgo --help
```or (slower)
`npx pbgo --help`
## Why?
If you are writing a nodejs application that depends upon the PocketBase binary being present, you can add this package as a dependency. Then, `pbgo` will always refer to the corresponding PocketBase binary.
## Downloading older versions
Use older versions of this package.