Skip to content

taplo.tamasfe.dev

A TOML toolkit written in Rust

Package Information

  • Domain: taplotamasfe.dev
  • Name: taplo.tamasfe.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install taplo

Programs

This package provides the following executable programs:

  • taplo

Aliases

This package can also be accessed using these aliases:

  • taplo

Available Versions

Show all 5 versions
  • 0.10.0, 0.9.3, 0.9.2, 0.8.1, 0.7.2

Latest Version: 0.10.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.taplotamasfedev

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.