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
- Host: GitHub
- URL: https://github.com/enspirit/rescript-prettier
- Owner: enspirit
- Created: 2019-09-06T14:56:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T14:28:34.000Z (about 2 years ago)
- Last Synced: 2025-02-15T16:49:15.899Z (2 months ago)
- Topics: prettier, rescript-bindings
- Language: ReScript
- Homepage:
- Size: 573 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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]`.