cjsx2jsx
v0.1.2
Published
Convert CJSX files to modern JSX
Downloads
3
Readme
cjsx2jsx
This project converts files from .cjsx
file format to .jsx
with modern javascript. Under the hood, this package applies the following transformations:
Usage
npm install -g cjsx2jsx
cjsx2jsx app/components/mycomponent.cjsx > app/components/mycomponent.jsx