generator-rollup-init

generate rollup config and package files which use rollup as bundler

Usage no npm install needed!

<script type="module">
  import generatorRollupInit from 'https://cdn.skypack.dev/generator-rollup-init';
</script>

README

generator-rollup-init

Generate rollup config and package files which use rollup as bundler

Installation

First, install Yeoman and generator-rollup-init using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-rollup-init

Then generate your new project:

yo rollup-init

TODO

  • Using uglify
  • Testing source map
  • Using buble!?

License

MIT © Nima Shahri