/** * **csvdiff** - A fast diff tool for comparing csv files * * @domain `github.com/aswinkarthik/csvdiff` * @programs `csvdiff` * @version `1.4.0` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/aswinkarthik/csvdiff` * @homepage https://aswinkarthik.github.io/csvdiff/ * @buildDependencies `go.dev` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomaswinkarthikcsvdiff * console.log(pkg.name) // "csvdiff" * console.log(pkg.description) // "A fast diff tool for comparing csv files" * console.log(pkg.programs) // ["csvdiff"] * console.log(pkg.versions[0]) // "1.4.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/aswinkarthik/csvdiff.md * @see https://ts-pkgx.netlify.app/usage */ export declare const csvdiffPackage: { /** * The display name of this package. */ name: 'csvdiff'; /** * The canonical domain name for this package. */ domain: 'github.com/aswinkarthik/csvdiff'; /** * Brief description of what this package does. */ description: 'A fast diff tool for comparing csv files'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/aswinkarthik/csvdiff/package.yml'; homepageUrl: 'https://aswinkarthik.github.io/csvdiff/'; githubUrl: 'https://github.com/aswinkarthik/csvdiff'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/aswinkarthik/csvdiff'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/aswinkarthik/csvdiff -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/aswinkarthik/csvdiff'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['csvdiff']; 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.4.0']; aliases: readonly [] }; export type CsvdiffPackage = typeof csvdiffPackage