1.0.2 • Published 8 years ago

baler v1.0.2

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

Baler

Bundle and transpile your ES2015/ES2016/ES2017 modules.

Introduction

Bundling and transpiling ES2015 (or ES2016/ES2017) is complicated. For build tooling, there's Grunt, Gulp, Broccoli, Brunch, Browserify, Webpack, Rollup, and more. For transpiling, Babel has pretty much won out, but it's got about a million options and plugins to make up for it.

Baler's goal is to abstract that all away. Just write ES2015 (or ES2016/ES2017), use ES2015 modules, and run baler /path/to/source.js /path/to/destination.js. If you want to get really fancy, you can specify your destination as a .min.js and Baler will minify it for you.

Inspiration

This project was inspired by Standard, which abstracts away ESLint config.