Skip to content

fmt.dev

A modern formatting library

Package Information

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

Installation

bash
# Install with launchpad
launchpad install +fmt.dev -- $SHELL -i

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 15 versions
  • 11.2.0, 11.1.4, 11.1.3, 11.1.2, 11.1.1
  • 11.1.0, 11.0.2, 11.0.1, 11.0.0, 10.2.1
  • 10.2.0, 10.1.1, 10.1.0, 10.0.0, 9.1.0

Latest Version: 11.2.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.fmtdev

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.