/** * **fswatch** - pkgx package * * @domain `emcrisostomo.github.io/fswatch` * @version `1.18.3` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install emcrisostomo.github.io/fswatch` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.emcrisostomogithubiofswatch * console.log(pkg.name) // "fswatch" * console.log(pkg.versions[0]) // "1.18.3" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/emcrisostomo-github-io/fswatch.md * @see https://ts-pkgx.netlify.app/usage */ export declare const emcrisostomogithubiofswatchPackage: { /** * The display name of this package. */ name: 'fswatch'; /** * The canonical domain name for this package. */ domain: 'emcrisostomo.github.io/fswatch'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/emcrisostomo.github.io/fswatch/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install emcrisostomo.github.io/fswatch'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +emcrisostomo.github.io/fswatch -- $SHELL -i'; launchpadInstallCommand: 'launchpad install emcrisostomo.github.io/fswatch'; programs: readonly []; 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.18.3']; aliases: readonly [] }; export type EmcrisostomogithubiofswatchPackage = typeof emcrisostomogithubiofswatchPackage