/** * **talisman** - Using a pre-commit hook, Talisman validates the outgoing changeset for things that look suspicious — such as tokens, passwords, and private keys. * * @domain `thoughtworks.github.io/talisman` * @programs `talisman` * @version `1.37.0` (12 versions available) * @versions From newest version to oldest. * * @install `launchpad install thoughtworks.github.io/talisman` * @homepage https://thoughtworks.github.io/talisman/ * @buildDependencies `go.dev@~1.24.2` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.thoughtworksgithubiotalisman * console.log(pkg.name) // "talisman" * console.log(pkg.description) // "Using a pre-commit hook, Talisman validates the..." * console.log(pkg.programs) // ["talisman"] * console.log(pkg.versions[0]) // "1.37.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/thoughtworks-github-io/talisman.md * @see https://ts-pkgx.netlify.app/usage */ export declare const thoughtworksgithubiotalismanPackage: { /** * The display name of this package. */ name: 'talisman'; /** * The canonical domain name for this package. */ domain: 'thoughtworks.github.io/talisman'; /** * Brief description of what this package does. */ description: 'Using a pre-commit hook, Talisman validates the outgoing changeset for things that look suspicious — such as tokens, passwords, and private keys.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/thoughtworks.github.io/talisman/package.yml'; homepageUrl: 'https://thoughtworks.github.io/talisman/'; githubUrl: 'https://github.com/thoughtworks/talisman'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install thoughtworks.github.io/talisman'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +thoughtworks.github.io/talisman -- $SHELL -i'; launchpadInstallCommand: 'launchpad install thoughtworks.github.io/talisman'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['talisman']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@~1.24.2']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.37.0', '1.36.1', '1.36.0', '1.35.1', '1.35.0', '1.34.0', '1.33.2', '1.33.1', '1.33.0', '1.32.2', '1.32.1', '1.32.0']; aliases: readonly [] }; export type ThoughtworksgithubiotalismanPackage = typeof thoughtworksgithubiotalismanPackage