resattributes
v1.1.1
Published
Quickly add reasonml and rescript attributes to your project
Downloads
6
Maintainers
Readme
resattributes
Generates or appends ReasonML and Rescript .gitattributes
.
npx resattributes
Gets you:
# Tell github that .re and .rei files are Reason, sometimes recognized as C/C++
*.re linguist-language=Reason
*.rei linguist-language=Reason
*.res linguist-language=ReScript
*.resi linguist-language=ReScript
See also:
[Share on Twitter...](https://twitter.com/share?text=Quickly+generate+a+bsconfig.json+file+ for+reasonml+and+rescript+projects!+https://github.com/idkjs/bsconfig.json) Inspired by benawad/tsconfig.json