ts-pkgx
Version:
A library & CLI for managing packages
60 lines • 2.05 kB
TypeScript
/**
* **github.com/denisidoro/navi** - pkgx package
*
* @domain `github.com/denisidoro/navi`
* @version `2.24.0` (1 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install github.com/denisidoro/navi`
* @companions `github.com/junegunn/fzf`, `crates.io/skim`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomdenisidoronavi
* console.log(pkg.name) // "github.com/denisidoro/navi"
* console.log(pkg.versions[0]) // "2.24.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/denisidoro/navi.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomdenisidoronaviPackage: {
/**
* The display name of this package.
*/
name: 'github.com/denisidoro/navi';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/denisidoro/navi';
/**
* Brief description of what this package does.
*/
description: '';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/denisidoro/navi/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/denisidoro/navi';
programs: readonly [];
/**
* Related packages that work well with this package.
* Consider installing these for enhanced functionality.
*/
companions: readonly ['github.com/junegunn/fzf', 'crates.io/skim'];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['2.24.0'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/denisidoro/navi -- $SHELL -i';
launchpadInstallCommand: 'launchpad install github.com/denisidoro/navi'
};
export type GithubcomdenisidoronaviPackage = typeof githubcomdenisidoronaviPackage