Skip to content

jsonnet.org

Jsonnet - The data templating language

Package Information

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

Installation

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

Programs

This package provides the following executable programs:

  • jsonnet
  • jsonnetfmt

Aliases

This package can also be accessed using these aliases:

  • jsonnet

Available Versions

Show all 2 versions
  • 0.21.0, 0.20.0

Latest Version: 0.21.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.jsonnetorg

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.