create-rescript-config
v1.1.0
Published
A simple CLI utility to generate the required files to get you up and running with [ReScript](https://rescript-lang.org/).
Downloads
2
Maintainers
Readme
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
.