Skip to content

replibyte.com

Seed your development database with real data ⚡️

Package Information

  • Domain: replibyte.com
  • Name: replibyte.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install replibyte

Programs

This package provides the following executable programs:

  • replibyte

Aliases

This package can also be accessed using these aliases:

  • replibyte

Available Versions

Show all 1 versions
  • 0.10.0

Latest Version: 0.10.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +replibyte.com@0.10.0 -- $SHELL -i

Dependencies

This package depends on:

  • openssl.org^1.1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.replibytecom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.