deftio / rollup-boilerplate

Rollup boilerplate is a starter project for your next plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Rollup boilerplate is a starter project for your next plugin

License:MIT License


Languages

Language:JavaScript 95.1%Language:HTML 4.9%