babel-plugin-cena
v1.0.0
Published
A Babel plugin to make your application instantly awesome
Downloads
4
Readme
babel-plugin-cena
Tired of boring applications, that make you say "so what"?
Then babel-plugin-cena
is for you! It will instantly infuse your application with the legendary awesomeness of John Cena and deliver a truly electrifying experience to your users!
(Also, makes for a good prank on your fellow developers)
Installation
npm install --save-dev babel-plugin-cena
# or
yarn add --dev babel-plugin-cena
Usage
Via .babelrc
(Recommended)
{
"plugins": ["cena"]
}
Via CLI
babel --plugins cena script.js
Via Node API
require("babel-core").transform("code", {
plugins: ["cena"]
});