Skip to content

prettier.io

Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML

Package Information

  • Domain: prettier.io
  • Name: prettier.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install prettier

Programs

This package provides the following executable programs:

  • prettier

Aliases

This package can also be accessed using these aliases:

  • prettier

Available Versions

Show all 12 versions
  • 3.5.3, 3.5.2, 3.5.1, 3.5.0, 3.4.2
  • 3.4.1, 3.4.0, 3.3.3, 3.3.2, 3.3.1
  • 3.3.0, 3.2.5

Latest Version: 3.5.3

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +prettier.io@3.5.3 -- $SHELL -i

Dependencies

This package depends on:

  • nodejs.org^20

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.prettierio

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.