/** * **tokesura** - CLI and Library for working with Hasura JWTs * * @domain `github.com/kevinmichaelchen/tokesura` * @programs `tokesura` * @version `0.0.1` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/kevinmichaelchen/tokesura` * @buildDependencies `go.dev@^1.21` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomkevinmichaelchentokesura * console.log(pkg.name) // "tokesura" * console.log(pkg.description) // "CLI and Library for working with Hasura JWTs" * console.log(pkg.programs) // ["tokesura"] * console.log(pkg.versions[0]) // "0.0.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/kevinmichaelchen/tokesura.md * @see https://ts-pkgx.netlify.app/usage */ export declare const tokesuraPackage: { /** * The display name of this package. */ name: 'tokesura'; /** * The canonical domain name for this package. */ domain: 'github.com/kevinmichaelchen/tokesura'; /** * Brief description of what this package does. */ description: 'CLI and Library for working with Hasura JWTs'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/kevinmichaelchen/tokesura/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/kevinmichaelchen/tokesura'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/kevinmichaelchen/tokesura'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/kevinmichaelchen/tokesura -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/kevinmichaelchen/tokesura'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['tokesura']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.21']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.0.1']; aliases: readonly [] }; export type TokesuraPackage = typeof tokesuraPackage