/** * **eclint** - pkgx package * * @domain `gitlab.com/greut/eclint` * @programs `eclint` * @version `0.5.1` (3 versions available) * @versions From newest version to oldest. * * @install `launchpad install gitlab.com/greut/eclint` * @buildDependencies `go.dev` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.gitlabcomgreuteclint * console.log(pkg.name) // "eclint" * console.log(pkg.programs) // ["eclint"] * console.log(pkg.versions[0]) // "0.5.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/gitlab-com/greut/eclint.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gitlabcomgreuteclintPackage: { /** * The display name of this package. */ name: 'eclint'; /** * The canonical domain name for this package. */ domain: 'gitlab.com/greut/eclint'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gitlab.com/greut/eclint/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install gitlab.com/greut/eclint'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +gitlab.com/greut/eclint -- $SHELL -i'; launchpadInstallCommand: 'launchpad install gitlab.com/greut/eclint'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['eclint']; 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 ['0.5.1', '0.5.0', '0.4.0']; aliases: readonly [] }; export type GitlabcomgreuteclintPackage = typeof gitlabcomgreuteclintPackage