{"library":"rollup-start","title":"Rollup Starter","description":"A basic Rollup setup for React and styled-components. Version 0.2.5 is the latest release. Provides a self-executable configuration, but lacks active maintenance and documentation. Minimal dependencies: React ^16.9.0 and styled-components ^4.3.2. Not recommended for production.","language":"javascript","status":"abandoned","last_verified":"Fri May 01","install":{"commands":["npm install rollup-start"],"cli":null},"imports":["import rollupConfig from 'rollup-start'","import { start } from 'rollup-start'","import { build } from 'rollup-start'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import rollupConfig from 'rollup-start';\nimport { start, build } from 'rollup-start';\n\n// Example usage:\nconst config = rollupConfig({\n  input: 'src/index.js',\n  output: { file: 'dist/bundle.js', format: 'cjs' },\n  plugins: []\n});\n\nstart(config); // or build(config);","lang":"javascript","description":"Shows how to import the default config and the start/build functions, then use them.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}