{"library":"rollup-generator","title":"rollup-generator","description":"A CLI tool to quickly scaffold a Rollup project with minimal configuration. It generates a basic Rollup setup including entry file, output configuration, and package.json. The tool supports custom input/output file names, output formats (e.g., iife, umd), global module names, and source map options. Ideal for developers who want to avoid repetitive setup when starting new Rollup-based libraries or bundles. Version 1.0.18 is the latest stable release. The package has low activity and may not be actively maintained. It is a niche alternative to using Rollup's own init or templates like create-rollup-app.","language":"javascript","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-generator"],"cli":{"name":"rollup-generator","version":null}},"imports":["npx rollup-generator"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Install globally\nnpm i -g rollup-generator\n\n# Generate a new Rollup project\nrollup-go\n\n# Or specify project directory\nrollup-go init my-project\n\n# Enter project\ncd my-project\n\n# Install dependencies\nnpm install\n\n# Build and watch\nnpm start\n","lang":"javascript","description":"Shows how to install rollup-generator globally and scaffold a Rollup project with default or custom directory.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}