{"library":"rollup-plugin-eco","title":"rollup-plugin-eco","description":"A Rollup plugin that compiles Eco templates during bundling. Version 0.1.1 is the latest release; the package appears to be in early development with no recent updates. Eco is a JavaScript template engine similar to CoffeeScript. This plugin provides a simple integration for bundling Eco templates with Rollup. There are few alternative plugins; this one is minimal and directly wraps the eco compiler. No known breaking changes or security issues reported.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-eco"],"cli":null},"imports":["import eco from 'rollup-plugin-eco'","import eco from 'rollup-plugin-eco'; plugins: [eco()]"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// rollup.config.js\nimport eco from 'rollup-plugin-eco';\n\nexport default {\n  input: 'src/main.js',\n  output: {\n    file: 'bundle.js',\n    format: 'cjs'\n  },\n  plugins: [eco()]\n};","lang":"javascript","description":"Configures Rollup to use the Eco plugin, bundling .eco template files.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}