/** * **ifacemaker** - Generate interfaces from structure methods. * * @domain `github.com/vburenin/ifacemaker` * @programs `ifacemaker` * @version `1.3.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/vburenin/ifacemaker` * @buildDependencies `go.dev` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomvbureninifacemaker * console.log(pkg.name) // "ifacemaker" * console.log(pkg.description) // "Generate interfaces from structure methods." * console.log(pkg.programs) // ["ifacemaker"] * console.log(pkg.versions[0]) // "1.3.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/vburenin/ifacemaker.md * @see https://ts-pkgx.netlify.app/usage */ export declare const ifacemakerPackage: { /** * The display name of this package. */ name: 'ifacemaker'; /** * The canonical domain name for this package. */ domain: 'github.com/vburenin/ifacemaker'; /** * Brief description of what this package does. */ description: 'Generate interfaces from structure methods.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/vburenin/ifacemaker/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/vburenin/ifacemaker'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/vburenin/ifacemaker'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/vburenin/ifacemaker -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/vburenin/ifacemaker'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['ifacemaker']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.3.0', '1.2.1']; aliases: readonly [] }; export type IfacemakerPackage = typeof ifacemakerPackage