Skip to content

pluralith.com

A tool for Terraform state visualisation and automated generation of infrastructure documentation

Package Information

  • Domain: pluralith.com
  • Name: pluralith.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install pluralith

Programs

This package provides the following executable programs:

  • pluralith

Aliases

This package can also be accessed using these aliases:

  • pluralith

Available Versions

Show all 1 versions
  • 0.2.2

Latest Version: 0.2.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +pluralith.com@0.2.2 -- $SHELL -i

Dependencies

This package depends on:

  • curl.se/ca-certs

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.pluralithcom

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.