ts-pkgx
Version:
A library & CLI for managing packages
56 lines • 1.71 kB
TypeScript
/**
* **z** - z - jump around
*
* @domain `github.com/rupa/z`
* @version `1.12.0` (1 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install github.com/rupa/z`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomrupaz
* console.log(pkg.name) // "z"
* console.log(pkg.description) // "z - jump around"
* console.log(pkg.versions[0]) // "1.12.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/rupa/z.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomrupazPackage: {
/**
* The display name of this package.
*/
name: 'z';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/rupa/z';
/**
* Brief description of what this package does.
*/
description: 'z - jump around';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/rupa/z/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install github.com/rupa/z';
programs: readonly [];
companions: readonly [];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['1.12.0'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/rupa/z -- $SHELL -i';
launchpadInstallCommand: 'launchpad install github.com/rupa/z'
};
export type GithubcomrupazPackage = typeof githubcomrupazPackage