/** * **genact** - 🌀 A nonsense activity generator * * @domain `svenstaro.github.io/genact` * @programs `genact` * @version `1.4.2` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install svenstaro.github.io/genact` * @homepage https://svenstaro.github.io/genact/ * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.svenstarogithubiogenact * console.log(pkg.name) // "genact" * console.log(pkg.description) // "🌀 A nonsense activity generator" * console.log(pkg.programs) // ["genact"] * console.log(pkg.versions[0]) // "1.4.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/svenstaro-github-io/genact.md * @see https://ts-pkgx.netlify.app/usage */ export declare const svenstarogithubiogenactPackage: { /** * The display name of this package. */ name: 'genact'; /** * The canonical domain name for this package. */ domain: 'svenstaro.github.io/genact'; /** * Brief description of what this package does. */ description: '🌀 A nonsense activity generator'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/svenstaro.github.io/genact/package.yml'; homepageUrl: 'https://svenstaro.github.io/genact/'; githubUrl: 'https://github.com/svenstaro/genact'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install svenstaro.github.io/genact'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +svenstaro.github.io/genact -- $SHELL -i'; launchpadInstallCommand: 'launchpad install svenstaro.github.io/genact'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['genact']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.4.2', '1.4.1', '1.4.0', '1.3.0', '1.2.2']; aliases: readonly [] }; export type SvenstarogithubiogenactPackage = typeof svenstarogithubiogenactPackage