jsxinator
v0.0.2
Published
migrate js and ts files to jsx and tsx
Downloads
6
Readme
JSXinsator
Detects JSX syntax in .js files, and moves the contents to .jsx.
If you have extensions in your import statements, you will have to update those manually.
Installation
For yarn:
yarn global add jsxinatorFor npm:
npm install -g jsxinatorUsage
Be sure to start with a clean git state. That way, you can revert any changes.
jsxinator <directory>