/** * **rbw** - Unofficial Bitwarden CLI client * * @domain `git.tozt.net/rbw` * @programs `rbw` * @version `1.14.1` (13 versions available) * @versions From newest version to oldest. * * @install `launchpad install git.tozt.net/rbw` * @homepage https://git.tozt.net/rbw * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.gittoztnetrbw * console.log(pkg.name) // "rbw" * console.log(pkg.description) // "Unofficial Bitwarden CLI client" * console.log(pkg.programs) // ["rbw"] * console.log(pkg.versions[0]) // "1.14.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/git-tozt-net/rbw.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gittoztnetrbwPackage: { /** * The display name of this package. */ name: 'rbw'; /** * The canonical domain name for this package. */ domain: 'git.tozt.net/rbw'; /** * Brief description of what this package does. */ description: 'Unofficial Bitwarden CLI client'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/git.tozt.net/rbw/package.yml'; homepageUrl: 'https://git.tozt.net/rbw'; githubUrl: 'https://github.com/doy/rbw'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install git.tozt.net/rbw'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +git.tozt.net/rbw -- $SHELL -i'; launchpadInstallCommand: 'launchpad install git.tozt.net/rbw'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['rbw']; companions: readonly []; dependencies: readonly []; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.14.1', '1.14.0', '1.13.2', '1.13.1', '1.13.0', '1.12.1', '1.12.0', '1.11.1', '1.11.0', '1.10.2', '1.10.1', '1.10.0', '1.9.0']; aliases: readonly [] }; export type GittoztnetrbwPackage = typeof gittoztnetrbwPackage