node-cjsx
Transparently require()
cjsx from nodeUsage
require('node-cjsx').transform()
node-cjsx
is activated for files with either .cjsx
or .coffee
extension.Installation
npm install node-cjsx
Thanks
This package is inspired by node-jsx and use coffee-react-transform to handlecjsx
transformation to CoffeeScript
.
Thanks to the authors for their great work.