/** * **pixlet** - Build apps for pixel-based displays ✨ * * @domain `tidbyt.com` * @programs `pixlet` * @version `0.34.0` (20 versions available) * @versions From newest version to oldest. * * @install `launchpad install tidbyt.com` * @homepage https://tidbyt.com * @dependencies `google.com/webp^1` * @buildDependencies `go.dev@^1.22`, `npmjs.com`, `nodejs.org` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.tidbytcom * console.log(pkg.name) // "pixlet" * console.log(pkg.description) // "Build apps for pixel-based displays ✨" * console.log(pkg.programs) // ["pixlet"] * console.log(pkg.versions[0]) // "0.34.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/tidbyt-com.md * @see https://ts-pkgx.netlify.app/usage */ export declare const tidbytcomPackage: { /** * The display name of this package. */ name: 'pixlet'; /** * The canonical domain name for this package. */ domain: 'tidbyt.com'; /** * Brief description of what this package does. */ description: 'Build apps for pixel-based displays ✨'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/tidbyt.com/package.yml'; homepageUrl: 'https://tidbyt.com'; githubUrl: 'https://github.com/tidbyt/pixlet'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install tidbyt.com'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +tidbyt.com -- $SHELL -i'; launchpadInstallCommand: 'launchpad install tidbyt.com'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['pixlet']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['google.com/webp^1']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.22', 'npmjs.com', 'nodejs.org']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.34.0', '0.33.5', '0.33.4', '0.33.3', '0.33.2', '0.33.1', '0.33.0', '0.32.7', '0.32.6', '0.32.5', '0.32.4', '0.32.3', '0.32.2', '0.32.1', '0.32.0', '0.31.0', '0.30.2', '0.30.1', '0.30.0', '0.29.1']; aliases: readonly [] }; export type TidbytcomPackage = typeof tidbytcomPackage