/** * **duckscript** - Simple, extendable and embeddable scripting language. * * @domain `sagiegurari.github.io/duckscript` * @programs `duck` * @version `0.11.1` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install sagiegurari.github.io/duckscript` * @homepage https://sagiegurari.github.io/duckscript * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.sagiegurarigithubioduckscript * console.log(pkg.name) // "duckscript" * console.log(pkg.description) // "Simple, extendable and embeddable scripting lan..." * console.log(pkg.programs) // ["duck"] * console.log(pkg.versions[0]) // "0.11.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/sagiegurari-github-io/duckscript.md * @see https://ts-pkgx.netlify.app/usage */ export declare const sagiegurarigithubioduckscriptPackage: { /** * The display name of this package. */ name: 'duckscript'; /** * The canonical domain name for this package. */ domain: 'sagiegurari.github.io/duckscript'; /** * Brief description of what this package does. */ description: 'Simple, extendable and embeddable scripting language.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/sagiegurari.github.io/duckscript/package.yml'; homepageUrl: 'https://sagiegurari.github.io/duckscript'; githubUrl: 'https://github.com/sagiegurari/duckscript'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install sagiegurari.github.io/duckscript'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +sagiegurari.github.io/duckscript -- $SHELL -i'; launchpadInstallCommand: 'launchpad install sagiegurari.github.io/duckscript'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['duck']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.11.1', '0.11.0', '0.10.0', '0.9.4', '0.9.3']; aliases: readonly [] }; export type SagiegurarigithubioduckscriptPackage = typeof sagiegurarigithubioduckscriptPackage