Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/epicallan/purescript-prettier

PureScript bindings for prettier
https://github.com/epicallan/purescript-prettier

prettier purescript

Last synced: 3 months ago
JSON representation

PureScript bindings for prettier

Awesome Lists containing this project

README

        

PureScript bindings for prettier

# Usage

```purescript
import Text.Prettier (defaultOptions, format)

format defaultOptions "const a=1" -- "const a = 1;\n"
```