Skip to content

granted.dev

The easiest way to access your cloud.

Package Information

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

Installation

bash
# Install with launchpad
launchpad install granted

Programs

This package provides the following executable programs:

  • granted

Aliases

This package can also be accessed using these aliases:

  • granted

Available Versions

Show all 38 versions
  • 0.38.0, 0.37.0, 0.36.3, 0.36.2, 0.36.1
  • 0.36.0, 0.35.2, 0.35.1, 0.35.0, 0.34.1
  • 0.34.0, 0.33.0, 0.32.0, 0.31.2, 0.31.1
  • 0.31.0, 0.30.0, 0.29.3, 0.29.2, 0.29.1
  • 0.29.0, 0.28.0, 0.27.5, 0.27.4, 0.27.3
  • 0.27.2, 0.27.1, 0.27.0, 0.26.2, 0.26.1
  • 0.26.0, 0.25.0, 0.24.0, 0.23.2, 0.23.1
  • 0.23.0, 0.22.0, 0.21.1

Latest Version: 0.38.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.granteddev

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.