sixpack

package es6 js for node or web use

Usage no npm install needed!

<script type="module">
  import sixpack from 'https://cdn.skypack.dev/sixpack';
</script>

README

sixpack

Package your ES6 files for use with other node programs or the browser

Usage

bin/sixpack myfile.js MyFile

The first parameter is the file name that will be transpiled, the second parameter is the module name that will be exported for use with node or the browser. This second parameter is passed to browserify as the 'standalone' option. Read more about standalone.

License

MIT