babel-plugin-cena

1.0.0 • Public • Published

babel-plugin-cena

Build Status Coverage Status

Tired of boring applications, that make you say "so what"?

Boring!

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!

JOHN CENA!

(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"]
});

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-cena

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • trentmwillis