Skip to content

dprint.dev

Pluggable and configurable code formatting platform written in Rust.

Package Information

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

Installation

bash
# Install with launchpad
launchpad install dprint

Programs

This package provides the following executable programs:

  • dprint

Aliases

This package can also be accessed using these aliases:

  • dprint

Available Versions

Show all 27 versions
  • 0.50.0, 0.49.1, 0.49.0, 0.48.0, 0.47.6
  • 0.47.5, 0.47.4, 0.47.2, 0.47.1, 0.47.0
  • 0.46.3, 0.46.2, 0.46.1, 0.46.0, 0.45.1
  • 0.45.0, 0.44.0, 0.43.2, 0.43.1, 0.43.0
  • 0.42.5, 0.42.3, 0.42.2, 0.42.1, 0.42.0
  • 0.41.0, 0.40.2

Latest Version: 0.50.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.dprintdev

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.