/** * **goose** - A database migration tool. Supports SQL migrations and Go functions. * * @domain `pressly.github.io/goose` * @programs `goose` * @version `3.26.0` (13 versions available) * @versions From newest version to oldest. * * @install `launchpad install pressly.github.io/goose` * @homepage https://pressly.github.io/goose/ * @buildDependencies `go.dev@^1.20` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.presslygithubiogoose * console.log(pkg.name) // "goose" * console.log(pkg.description) // "A database migration tool. Supports SQL migrati..." * console.log(pkg.programs) // ["goose"] * console.log(pkg.versions[0]) // "3.26.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/pressly-github-io/goose.md * @see https://ts-pkgx.netlify.app/usage */ export declare const presslygithubiogoosePackage: { /** * The display name of this package. */ name: 'goose'; /** * The canonical domain name for this package. */ domain: 'pressly.github.io/goose'; /** * Brief description of what this package does. */ description: 'A database migration tool. Supports SQL migrations and Go functions. '; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/pressly.github.io/goose/package.yml'; homepageUrl: 'https://pressly.github.io/goose/'; githubUrl: 'https://github.com/pressly/goose'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install pressly.github.io/goose'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +pressly.github.io/goose -- $SHELL -i'; launchpadInstallCommand: 'launchpad install pressly.github.io/goose'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['goose']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.20']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['3.26.0', '3.25.0', '3.24.3', '3.24.2', '3.24.1', '3.24.0', '3.23.1', '3.23.0', '3.22.1', '3.22.0', '3.21.1', '3.21.0', '3.20.0']; aliases: readonly [] }; export type PresslygithubiogoosePackage = typeof presslygithubiogoosePackage