/** * **rubocop** - A Ruby static code analyzer and formatter, based on the community Ruby style guide. * * @domain `rubocop.org` * @programs `rubocop` * @version `1.81.7` (39 versions available) * @versions From newest version to oldest. * * @install `launchpad install rubocop.org` * @homepage https://docs.rubocop.org * @dependencies `ruby-lang.org>=3.1<3.3.7`, `rubygems.org` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.rubocoporg * console.log(pkg.name) // "rubocop" * console.log(pkg.description) // "A Ruby static code analyzer and formatter, base..." * console.log(pkg.programs) // ["rubocop"] * console.log(pkg.versions[0]) // "1.81.7" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/rubocop-org.md * @see https://ts-pkgx.netlify.app/usage */ export declare const rubocoporgPackage: { /** * The display name of this package. */ name: 'rubocop'; /** * The canonical domain name for this package. */ domain: 'rubocop.org'; /** * Brief description of what this package does. */ description: 'A Ruby static code analyzer and formatter, based on the community Ruby style guide.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/rubocop.org/package.yml'; homepageUrl: 'https://docs.rubocop.org'; githubUrl: 'https://github.com/rubocop/rubocop'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install rubocop.org'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +rubocop.org -- $SHELL -i'; launchpadInstallCommand: 'launchpad install rubocop.org'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['rubocop']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['ruby-lang.org>=3.1<3.3.7', 'rubygems.org']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.81.7', '1.81.6', '1.81.1', '1.81.0', '1.80.2', '1.80.1', '1.80.0', '1.79.2', '1.79.1', '1.79.0', '1.78.0', '1.77.0', '1.76.2', '1.76.1', '1.76.0', '1.75.8', '1.75.7', '1.75.6', '1.75.5', '1.75.4', '1.75.3', '1.75.2', '1.75.1', '1.75.0', '1.74.0', '1.73.2', '1.73.1', '1.73.0', '1.72.2', '1.72.1', '1.72.0', '1.71.2', '1.71.1', '1.71.0', '1.70.0', '1.69.2', '1.69.1', '1.69.0', '1.68.0']; aliases: readonly [] }; export type RubocoporgPackage = typeof rubocoporgPackage