Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tom-weatherhead/babel-mixin

Babel mixin for running ES2015+ code in Node.js
https://github.com/tom-weatherhead/babel-mixin

Last synced: about 6 hours ago
JSON representation

Babel mixin for running ES2015+ code in Node.js

Awesome Lists containing this project

README

        

# babel-mixin
Babel/Grunt/Webpack mixin for running ES2015+ code in Node.js

[![Build Status](https://secure.travis-ci.org/tom-weatherhead/babel-mixin.svg)](https://travis-ci.org/tom-weatherhead/babel-mixin)
[![npm](https://img.shields.io/npm/v/babel-mixin.svg)](https://www.npmjs.com/package/babel-mixin)
[![npm](https://img.shields.io/npm/dt/babel-mixin.svg)](https://www.npmjs.com/package/babel-mixin)
[![Maintainability](https://api.codeclimate.com/v1/badges/2fbd6c2a5f7a1af70945/maintainability)](https://codeclimate.com/github/tom-weatherhead/babel-mixin/maintainability)
[![Known Vulnerabilities](https://snyk.io/test/github/tom-weatherhead/babel-mixin/badge.svg?targetFile=package.json&package-lock.json)](https://snyk.io/test/github/tom-weatherhead/babel-mixin?targetFile=package.json&package-lock.json)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/tom-weatherhead/babel-mixin/blob/master/LICENSE)

## Installation
To install the stable version:
```
npm install --save babel-mixin
```

## License
[MIT](https://choosealicense.com/licenses/mit/)