/** * **dotenv-linter** - ⚡️Lightning-fast linter for .env files. Written in Rust 🦀 * * @domain `dotenv-linter.github.io` * @programs `dotenv-linter` * @version `4.0.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install dotenv-linter.github.io` * @homepage https://dotenv-linter.github.io * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.dotenvlintergithubio * console.log(pkg.name) // "dotenv-linter" * console.log(pkg.description) // "⚡️Lightning-fast linter for .env files. Written..." * console.log(pkg.programs) // ["dotenv-linter"] * console.log(pkg.versions[0]) // "4.0.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/dotenv-linter-github-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const dotenvlintergithubioPackage: { /** * The display name of this package. */ name: 'dotenv-linter'; /** * The canonical domain name for this package. */ domain: 'dotenv-linter.github.io'; /** * Brief description of what this package does. */ description: '⚡️Lightning-fast linter for .env files. Written in Rust 🦀'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/dotenv-linter.github.io/package.yml'; homepageUrl: 'https://dotenv-linter.github.io'; githubUrl: 'https://github.com/dotenv-linter/dotenv-linter'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install dotenv-linter.github.io'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +dotenv-linter.github.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install dotenv-linter.github.io'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['dotenv-linter']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.0.0', '3.3.0']; aliases: readonly [] }; export type DotenvlintergithubioPackage = typeof dotenvlintergithubioPackage