Skip to content

jsx transform executable that you can pipe into

Notifications You must be signed in to change notification settings

lin7sh/jsx_pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsx_pipe

jsx transform executable that you can pipe into

step 1:

npm install -g jsx_pipe

step 2:

echo '<div>Hello World</div>' | jsx_pipe > foo.js
cat foo.js

React.createElement("div", null, "abc");

that is!

About

jsx transform executable that you can pipe into

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published