Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedwatson/babel-plugin-example
https://github.com/jedwatson/babel-plugin-example
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jedwatson/babel-plugin-example
- Owner: JedWatson
- Created: 2015-04-08T14:46:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-08T14:52:12.000Z (over 9 years ago)
- Last Synced: 2024-10-04T02:41:18.341Z (about 1 month ago)
- Language: JavaScript
- Size: 90.8 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# babel-plugin-example
Bob **hates** function declarations with a passion (nobody knows why). Bob loves to enforce this on his
coworkers, he's snuck this plugin into their build system to force his tyrannical code style.## Usage
```sh
$ npm install babel babel-plugin-example
$ babel --plugins babel-plugin-example script.js
```# PS.
Please don't be like Bob.