0.1.10 • Published 7 months ago

pocketbase-installer v0.1.10

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

PocketBase Installer

A cross-platform TypeScript utility for downloading and installing PocketBase.

Installation

npm install pocketbase-installer

Usage

As a CLI Tool

npx pocketbase-installer

As a Module

import installPocketBase from 'pocketbase-installer';

(async () => {
  // Basic usage
  await installPocketBase();

  // With custom options
  await installPocketBase({
    version: '0.23.5',
    downloadDir: './custom-download-path',
    githubBaseUrl: 'https://github.com/pocketbase/pocketbase/releases/download',
  });
})();

Features

  • Cross-platform support (macOS, Linux, Windows)
  • Automatic architecture detection
  • Configurable download and installation
  • Supports multiple PocketBase versions

Requirements

  • Node.js 16+
  • Platform-specific unzip utility (built-in on macOS, requires unzip on Linux, PowerShell on Windows)
0.1.10

7 months ago

0.1.9

7 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago