1.0.0 • Published 9 years ago
babel-plugin-cena v1.0.0
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-cenaUsage
Via .babelrc (Recommended)
{
"plugins": ["cena"]
}Via CLI
babel --plugins cena script.jsVia Node API
require("babel-core").transform("code", {
plugins: ["cena"]
});1.0.0
9 years ago