Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 211 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 211 Bytes

babel-plugin-july

This is a babel plugin to compile July to JavaScript.

Usage

npm install -D babel-plugin-july

then update .babelrc

{
  "plugins": [
    "babel-plugin-july"
  ]
}