Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/melwyn95/js_pretty_printer
- Owner: melwyn95
- License: mit
- Created: 2021-01-16T17:22:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-06T12:22:17.000Z (almost 4 years ago)
- Last Synced: 2024-10-22T02:23:05.225Z (3 months ago)
- Language: OCaml
- Size: 11.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# js_pretty_printer
JS pretty printer written in ReasonThis 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 codeTODO: work on packing it as a clean Reason/OCaml library
## Usage
Run this command
% esy start