oxfmt

v0.37.0
  • Types
  • ESM

Formatter for the JavaScript Oxidation Compiler

License
MIT
Install Size
8.2 MB/-
Vulns
0
Published

Get started

$npm install oxfmt
$pnpm add oxfmt
$yarn add oxfmt
$bun add oxfmt
$deno add npm:oxfmt
$vlt install oxfmt
# Usually installed as a dev dependency
$npm install -D oxfmt
$pnpm add -D oxfmt
$yarn add -D oxfmt
$bun add -d oxfmt
$deno add -D npm:oxfmt
$vlt install -D oxfmt
# Run locally
$npx oxfmt
$pnpm exec oxfmt
$npx oxfmt
$bunx oxfmt
$deno run npm:oxfmt
$vlx oxfmt

Readme



Oxc logo


MIT licensed Build Status Code Coverage Sponsors

Discord chat Playground

⚓ Oxc

The Oxidation Compiler is creating a suite of high-performance tools for JavaScript and TypeScript.

Oxfmt

This is the formatter for oxc.

See usage instructions.

Run

  • npx --yes oxfmt@latest in your JavaScript / TypeScript codebase and see it complete in milliseconds. No configurations are required.
  • npx oxfmt@latest --help for quick usage instructions.