/** * **ladder** - Selfhosted alternative to 12ft.io. and 1ft.io bypass paywalls with a proxy ladder and remove CORS headers from any URL * * @domain `github.com/everywall/ladder` * @programs `ladder` * @version `0.0.21` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/everywall/ladder` * @buildDependencies `go.dev@^1.21.1` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomeverywallladder * console.log(pkg.name) // "ladder" * console.log(pkg.description) // "Selfhosted alternative to 12ft.io. and 1ft.io b..." * console.log(pkg.programs) // ["ladder"] * console.log(pkg.versions[0]) // "0.0.21" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/everywall/ladder.md * @see https://ts-pkgx.netlify.app/usage */ export declare const ladderPackage: { /** * The display name of this package. */ name: 'ladder'; /** * The canonical domain name for this package. */ domain: 'github.com/everywall/ladder'; /** * Brief description of what this package does. */ description: 'Selfhosted alternative to 12ft.io. and 1ft.io bypass paywalls with a proxy ladder and remove CORS headers from any URL'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/everywall/ladder/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/everywall/ladder'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/everywall/ladder'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/everywall/ladder -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/everywall/ladder'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['ladder']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.21.1']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.0.21', '0.0.20']; aliases: readonly [] }; export type LadderPackage = typeof ladderPackage