cjsx2jsx
v0.1.2
Published
Convert CJSX files to modern JSX
Downloads
28
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