cjsx2jsx

v0.0.1
Convert CJSX files to modern JSX

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

Metadata

  • ISC
  • Whatever
  • Gordon L. Hempton
  • released 5/29/2017

Downloads

Maintainers