Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tom-weatherhead/babel-mixin
- Owner: tom-weatherhead
- License: mit
- Created: 2019-06-26T02:27:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:55:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T00:42:23.429Z (about 1 month ago)
- Language: JavaScript
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)