cjsx2jsx

v0.1.2
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
npm i cjsx2jsx

Metadata

  • ISC
  • Whatever
  • Gordon L. Hempton
  • released 11/30/2017

Downloads