ts-pkgx
Version:
A library & CLI for managing packages
54 lines • 2 kB
TypeScript
/**
* **zsh-syntax-highlighting** - Fish shell like syntax highlighting for Zsh.
*
* @domain `github.com/zsh-users/zsh-syntax-highlighting`
* @version `0.8.0` (2 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +github.com/zsh-users/zsh-syntax-highlighting -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomzshuserszshsyntaxhighlighting
* console.log(pkg.name) // "zsh-syntax-highlighting"
* console.log(pkg.description) // "Fish shell like syntax highlighting for Zsh."
* console.log(pkg.versions[0]) // "0.8.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/zsh-users/zsh-syntax-highlighting.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomzshuserszshsyntaxhighlightingPackage: {
/**
* The display name of this package.
*/
name: 'zsh-syntax-highlighting';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/zsh-users/zsh-syntax-highlighting';
/**
* Brief description of what this package does.
*/
description: 'Fish shell like syntax highlighting for Zsh.';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/zsh-users/zsh-syntax-highlighting/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-syntax-highlighting -- $SHELL -i';
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.8.0', '0.7.1'];
aliases: readonly []
};
export type GithubcomzshuserszshsyntaxhighlightingPackage = typeof githubcomzshuserszshsyntaxhighlightingPackage