Skip to content

A Babel plugin to make your application instantly awesome

Notifications You must be signed in to change notification settings

trentmwillis/babel-plugin-cena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Babel plugin to make your application instantly awesome

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published