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)
npm install --save-dev babel-plugin-cena
# or
yarn add --dev babel-plugin-cena
{
"plugins": ["cena"]
}
babel --plugins cena script.js
require("babel-core").transform("code", {
plugins: ["cena"]
});