0.1.0 • Published 6 years ago
jsx_pipe v0.1.0
jsx_pipe
jsx transform executable that you can pipe into
step 1:
npm install -g jsx_pipestep 2:
echo '<div>Hello World</div>' | jsx_pipe > foo.js
cat foo.js
React.createElement("div", null, "abc");that is!
0.1.0
6 years ago