/** * **krampus** - Command-line tool to kill one or more processes by port number * * @domain `idleberg.github.io/krampus` * @programs `krampus` * @version `0.2.1` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install idleberg.github.io/krampus` * @homepage https://pkg.go.dev/github.com/idleberg/krampus * @buildDependencies `go.dev@^1.20` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.idleberggithubiokrampus * console.log(pkg.name) // "krampus" * console.log(pkg.description) // "Command-line tool to kill one or more processes..." * console.log(pkg.programs) // ["krampus"] * console.log(pkg.versions[0]) // "0.2.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/idleberg-github-io/krampus.md * @see https://ts-pkgx.netlify.app/usage */ export declare const idleberggithubiokrampusPackage: { /** * The display name of this package. */ name: 'krampus'; /** * The canonical domain name for this package. */ domain: 'idleberg.github.io/krampus'; /** * Brief description of what this package does. */ description: 'Command-line tool to kill one or more processes by port number'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/idleberg.github.io/krampus/package.yml'; homepageUrl: 'https://pkg.go.dev/github.com/idleberg/krampus'; githubUrl: 'https://github.com/idleberg/krampus'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install idleberg.github.io/krampus'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +idleberg.github.io/krampus -- $SHELL -i'; launchpadInstallCommand: 'launchpad install idleberg.github.io/krampus'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['krampus']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.20']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.2.1', '0.2.0']; aliases: readonly [] }; export type IdleberggithubiokrampusPackage = typeof idleberggithubiokrampusPackage