{"library":"rollup-boilerplate","title":"Rollup Boilerplate","description":"Rollup boilerplate is a project generator for UMD+ESM JavaScript libraries. Version 1.1.5 provides a CLI tool to scaffold a modern library project with Rollup, Babel, and testing setup. It supports both CommonJS (UMD) and ES module (MJS) outputs, making it suitable for creating universal libraries. Release cadence is low; last update was in 2021. Differentiators: automatic dependency installation, customized project structure, and built-in configuration for Rollup and Babel in a single command.","language":"javascript","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-boilerplate"],"cli":{"name":"rollup-boilerplate","version":null}},"imports":["Run `create-library` from command line after global install."],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Install globally\nnpm install -g rollup-boilerplate\n\n# Create a new library\nmkdir myLibrary && cd myLibrary\ncreate-library\n# Follow prompts: name, version, description, author, etc.\n# Then run:\nnpm install\nnpm run build # builds UMD and ESM bundles under dist/\nnpm test # runs Jest tests","lang":"javascript","description":"Install the CLI globally, create a folder, run 'create-library', answer prompts, then install dependencies and build.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}