cointop.sh
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Package Information
- Domain:
cointop.sh
- Name:
cointop.sh
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install cointop
Programs
This package provides the following executable programs:
cointop
Aliases
This package can also be accessed using these aliases:
cointop
Available Versions
Show all 1 versions
1.6.10
Latest Version: 1.6.10
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +cointop.sh@1.6.10 -- $SHELL -i
Dependencies
This package depends on:
curl.se/ca-certs
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.cointopsh
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.