/** * **gql** - Very simple CLI for many GraphQL schemas in the cloud. Provides autocompletion for GraphQL queries * * @domain `graphqleditor.com/gql` * @programs `gql` * @version `0.1.1` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install graphqleditor.com/gql` * @buildDependencies `go.dev@^1.19` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.graphqleditorcomgql * console.log(pkg.name) // "gql" * console.log(pkg.description) // "Very simple CLI for many GraphQL schemas in the..." * console.log(pkg.programs) // ["gql"] * console.log(pkg.versions[0]) // "0.1.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/graphqleditor-com/gql.md * @see https://ts-pkgx.netlify.app/usage */ export declare const graphqleditorcomgqlPackage: { /** * The display name of this package. */ name: 'gql'; /** * The canonical domain name for this package. */ domain: 'graphqleditor.com/gql'; /** * Brief description of what this package does. */ description: 'Very simple CLI for many GraphQL schemas in the cloud. Provides autocompletion for GraphQL queries'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/graphqleditor.com/gql/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/graphql-editor/gql'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install graphqleditor.com/gql'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +graphqleditor.com/gql -- $SHELL -i'; launchpadInstallCommand: 'launchpad install graphqleditor.com/gql'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['gql']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.19']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.1.1']; aliases: readonly [] }; export type GraphqleditorcomgqlPackage = typeof graphqleditorcomgqlPackage