Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 385 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 385 Bytes

Create ReScript config

A simple CLI utility to generate the required files to get you up and running with ReScript.

Simply type

yarn create rescript-config

# or

npx create-rescript-config

And follow the instructions. Once complete, you'll have a new bsconfig.json file and clean/build/watch npm scripts in your package.json.