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

https://github.com/enspirit/rescript-prettier

ReScript bindings for Prettier.js
https://github.com/enspirit/rescript-prettier

prettier rescript-bindings

Last synced: about 2 months ago
JSON representation

ReScript bindings for Prettier.js

Awesome Lists containing this project

README

        

# rescript-prettier

[ReScript](https://rescript-lang.org) bindings for [prettier](https://github.com/prettier/prettier).

# Usage

```reasonml
Prettier.format("Something to format.")
```

# Developers section

First and formost, configure your environment with `npm install`.

Specific ReScript aliases (`clean`, `build`, `watch`, `test`...) are defined
in the `package.json` file to be used with `npm run [alias]`.