Skip to content

radicle.org

Radicle CLI

Package Information

  • Domain: radicle.org
  • Name: radicle.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +radicle.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • rad
  • git-remote-rad
  • rad-account
  • rad-auth
  • rad-checkout
  • rad-clone
  • rad-edit
  • rad-ens
  • rad-gov
  • rad-help
  • rad-init
  • rad-inspect
  • rad-issue
  • rad-ls
  • rad-merge
  • rad-patch
  • rad-path
  • rad-pull
  • rad-push
  • rad-remote
  • rad-reward
  • rad-rm
  • rad-self
  • rad-sync
  • rad-track
  • rad-untrack

Available Versions

Show all 1 versions
  • 0.6.1

Latest Version: 0.6.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +radicle.org@0.6.1 -- $SHELL -i

Dependencies

This package depends on:

  • openssl.org^1.1.1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.radicleorg

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.