refineryjs
v0.4.1
Published
Redefine JavaScript's semantic
Downloads
5
Readme
RefineryJS
Write code that looks right, run code that works right.
Redefine JavaScript's semantic
What's RefineryJS?
RefineryJS is a simple toolkit to refine your JavaScript code.
JavaScript is a good language, but you can find lots of less-intuitive practices about JavaScript. Almost all of them are result from JavaScript's historical mischoices, and they will not fixed at all for the sake of backward compatibility.
But hey, now everybody compiles their JavaScript to JavaScript! Than why don't we fix those bad choices ourself?
If you use babel in your build process, you can include this plugin in your .babelrc
to use RefineryJS.
What can I do with RefineryJS?
Everything!
RefineryJS itself is just a simple plugin runner. Every features of RefineryJS is implemented as a plugin.
Want some official plugins? See here for the full list.
LICENSE
MIT license