0.1.2 • Published 6 years ago

cjsx2jsx v0.1.2

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

cjsx2jsx

This project converts files from .cjsx file format to .jsx with modern javascript. Under the hood, this package applies the following transformations:

  1. coffee-react-transform
  2. decaffeinate
  3. react-createelement-to-jsx
  4. react-codemod: manual-bind-to-arrow

Usage

npm install -g cjsx2jsx
cjsx2jsx app/components/mycomponent.cjsx > app/components/mycomponent.jsx