ts-pkgx
Version:
A library & CLI for managing packages
56 lines • 2.15 kB
TypeScript
/**
* **github.com/zsh-users/zsh-autosuggestions** - Fish-like autosuggestions for zsh
*
* @domain `github.com/zsh-users/zsh-autosuggestions`
* @version `0.7.1` (2 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install github.com/zsh-users/zsh-autosuggestions`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomzshuserszshautosuggestions
* console.log(pkg.name) // "github.com/zsh-users/zsh-autosuggestions"
* console.log(pkg.description) // "Fish-like autosuggestions for zsh"
* console.log(pkg.versions[0]) // "0.7.1" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/zsh-users/zsh-autosuggestions.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomzshuserszshautosuggestionsPackage: {
/**
* The display name of this package.
*/
name: 'github.com/zsh-users/zsh-autosuggestions';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/zsh-users/zsh-autosuggestions';
/**
* Brief description of what this package does.
*/
description: 'Fish-like autosuggestions for zsh';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/zsh-users/zsh-autosuggestions/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/zsh-users/zsh-autosuggestions';
programs: readonly [];
companions: readonly [];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['0.7.1', '0.7.0'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/zsh-users/zsh-autosuggestions -- $SHELL -i';
launchpadInstallCommand: 'launchpad install github.com/zsh-users/zsh-autosuggestions'
};
export type GithubcomzshuserszshautosuggestionsPackage = typeof githubcomzshuserszshautosuggestionsPackage