/** * **watchexec** - Executes commands in response to file modifications * * @domain `watchexec.github.io` * @programs `watchexec` * @version `2.3.2` (6 versions available) * @versions From newest version to oldest. * * @install `launchpad install watchexec.github.io` * @homepage https://watchexec.github.io/ * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.watchexecgithubio * console.log(pkg.name) // "watchexec" * console.log(pkg.description) // "Executes commands in response to file modificat..." * console.log(pkg.programs) // ["watchexec"] * console.log(pkg.versions[0]) // "2.3.2" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/watchexec-github-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const watchexecgithubioPackage: { /** * The display name of this package. */ name: 'watchexec'; /** * The canonical domain name for this package. */ domain: 'watchexec.github.io'; /** * Brief description of what this package does. */ description: 'Executes commands in response to file modifications'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/watchexec.github.io/package.yml'; homepageUrl: 'https://watchexec.github.io/'; githubUrl: 'https://github.com/watchexec/watchexec'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install watchexec.github.io'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +watchexec.github.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install watchexec.github.io'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['watchexec']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.3.2', '2.3.1', '2.3.0', '2.2.1', '2.2.0', '2.1.2']; aliases: readonly [] }; export type WatchexecgithubioPackage = typeof watchexecgithubioPackage