Skip to content

arkade.dev

Open Source Marketplace For Developer Tools

Package Information

  • Domain: arkade.dev
  • Name: arkade.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install arkade

Programs

This package provides the following executable programs:

  • arkade

Aliases

This package can also be accessed using these aliases:

  • arkade
  • Arkade

Available Versions

Show all 37 versions
  • 0.11.39, 0.11.38, 0.11.37, 0.11.36, 0.11.35
  • 0.11.34, 0.11.33, 0.11.32, 0.11.31, 0.11.30
  • 0.11.29, 0.11.28, 0.11.27, 0.11.26, 0.11.25
  • 0.11.24, 0.11.23, 0.11.22, 0.11.21, 0.11.20
  • 0.11.19, 0.11.16, 0.11.15, 0.11.14, 0.11.13
  • 0.11.12, 0.11.11, 0.11.10, 0.11.9, 0.11.6
  • 0.11.5, 0.11.4, 0.11.2, 0.11.1, 0.11.0
  • 0.10.23, 0.10.22

Latest Version: 0.11.39

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +arkade.dev@0.11.39 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.arkadedev

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.