Skip to content

hjson.github.io

Hjson for Rust

Package Information

  • Domain: hjsongithub.io
  • Name: hjson.github.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install hjson

Programs

This package provides the following executable programs:

  • hjson

Aliases

This package can also be accessed using these aliases:

  • hjson

Available Versions

Show all 2 versions
  • 1.1.0, 1.0.0

Latest Version: 1.1.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +hjsongithub.io@1.1.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.hjsongithubio

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.