Skip to main content
The Deno 2 Release Candidate is here
Learn more

Latest version

prettier_deno

prettier_deno is a cli shim to run prettier in deno

run prettier-js on deno

usage

to run:

deno run --allow-read 'https://deno.land/x/prettier_deno/cli.ts' a.js

example:

deno run --allow-read 'https://deno.land/x/prettier_deno/cli.ts' --help

install

Requires deno

deno install -n prettier_deno --allow-net --allow-read --allow-write https://deno.land/x/prettier_deno/cli.ts

license

Copyright 2023 denobytes.
See LICENCE file to get more infomation.