{"library":"rollup-plugin-cpy","title":"rollup-plugin-cpy","description":"Rollup plugin for copying files and folders using the cpy library. Version 2.0.1 is the latest stable release, last updated in 2019. Compatible with Rollup >= 1.0. Provides a simple configuration interface with glob support and verbose logging. Differentiated from other copy plugins (like rollup-plugin-copy) by leveraging the well-maintained cpy package. No active development.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-cpy"],"cli":null},"imports":["import copy from 'rollup-plugin-cpy'","import copy from 'rollup-plugin-cpy'","// Config is an array of objects or a single object\n// No TypeScript types are provided in this version.\n// Use JSDoc or infer from usage."],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install: npm i -D rollup-plugin-cpy\n// rollup.config.js\nimport copy from 'rollup-plugin-cpy';\n\nexport default {\n  input: 'src/index.js',\n  output: {\n    dir: 'dist',\n    format: 'cjs'\n  },\n  plugins: [\n    copy({\n      files: ['src/static/**/*', '!src/static/exclude.txt'],\n      dest: 'dist/static',\n      options: { verbose: true }\n    })\n  ]\n};","lang":"javascript","description":"Copies all files from src/static to dist/static, excluding exclude.txt.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}