add-reason
add-reason copied to clipboard
:sparkles::turtle: Dead simple tool for seamlessly integrating ReasonML into existing JavaScript projects.
## Proposal Instead of having the manual and arguably ugly & confusing symlinking postinstall of ``` node -e \"var s='[src]',d='[dest]',fs=require('fs');if(fs.existsSync(d)===false){fs.symlinkSync(s,d,'dir')}; ``` We can simplify things by just replacing that with...
## New Workflow Let's make the process even simpler by finding the source of ReasonML code (with an opt in to do it manually like we currently have). `setup` would...