rollup-boilerplate

1.1.5 • Public • Published

Rollup boilerplate

"Rollup boilerplate" is a UMD + MJS (ESM) project generator suitable for modern JavaScript libraries.

Installation

npm install -g rollup-boilerplate

How does it work?

  1. Create a library folder
$ mkdir myLibrary
$ cd myLibrary
  1. Run create-library command. (For more information run create-library --help).
$ create-library
  1. Provide the relevant details for you library and you're all set!

Rollup-boilerplate does everything for you: From setting up project files to installing dependencies.

Contribution

Rollup-boilerplate is an open-source tool. Any ideas for improvements or new features are always welcome.

/rollup-boilerplate/

    Package Sidebar

    Install

    npm i rollup-boilerplate

    Weekly Downloads

    2

    Version

    1.1.5

    License

    MIT

    Unpacked Size

    44.9 kB

    Total Files

    35

    Last publish

    Collaborators

    • scssyworks