Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/melwyn95/js_pretty_printer

JS pretty printer written in Reason
https://github.com/melwyn95/js_pretty_printer

Last synced: about 2 months ago
JSON representation

JS pretty printer written in Reason

Awesome Lists containing this project

README

        

# js_pretty_printer
JS pretty printer written in Reason

This is a demo of using the the flow parser to parse the JS code
and use the pretty printer from facebook/flow repo to format the JS code

TODO: work on packing it as a clean Reason/OCaml library

## Usage

Run this command

% esy start