Home

Awesome

[NO LONGER MAINTAINED] Use at your own risk or for reference.

broccoli-babel-boilerplate

A boilerplate, using Broccoli, to author JavaScript libraries in ES6/ES7++ but transpile and distribute using Babel.js

npm run build;
# builds to dist/
npm start;
# builds to tmp/, starts a webserver, and watches files for changes to rebuild