0.2.0 • Published 8 years ago

osia-babel v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

osia-babel

Osia plugin for Babel

An Osia plugin for using Babel to transpile ES6 to ES5:

const osia = require('osia');
const babel = require('osia-babel');

osia.task('build:javascript' () =>
  osia.open('src/**/*.js')
    .then(babel(options))
    .then(osia.save('lib'))
);

Installation

$ npm install --save-dev osia-babel

API

babel(options)

The plugin to use Babel in Osia.

Credits

jamen
Jamen Marzonie
0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago