0.1.10 • Published 10 months ago

pocketbase-installer v0.1.10

Weekly downloads
-
License
ISC
Repository
-
Last release
10 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

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago