{"id":13775149,"url":"https://github.com/Vanilla-IceCream/rollup-plugin-reshape","last_synced_at":"2025-05-11T07:31:59.919Z","repository":{"id":65472243,"uuid":"94950778","full_name":"Vanilla-IceCream/rollup-plugin-reshape","owner":"Vanilla-IceCream","description":"Seamless integration between Rollup and Reshape.","archived":false,"fork":false,"pushed_at":"2022-02-16T11:47:48.000Z","size":55,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T22:37:59.133Z","etag":null,"topics":["reshape","rollup"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vanilla-IceCream.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-21T01:38:48.000Z","updated_at":"2020-07-09T04:44:03.000Z","dependencies_parsed_at":"2023-01-25T01:45:28.298Z","dependency_job_id":null,"html_url":"https://github.com/Vanilla-IceCream/rollup-plugin-reshape","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vanilla-IceCream%2Frollup-plugin-reshape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vanilla-IceCream%2Frollup-plugin-reshape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vanilla-IceCream%2Frollup-plugin-reshape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vanilla-IceCream%2Frollup-plugin-reshape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vanilla-IceCream","download_url":"https://codeload.github.com/Vanilla-IceCream/rollup-plugin-reshape/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253533773,"owners_count":21923514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["reshape","rollup"],"created_at":"2024-08-03T17:01:34.499Z","updated_at":"2025-05-11T07:31:59.653Z","avatar_url":"https://github.com/Vanilla-IceCream.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Templating"],"readme":"# rollup-plugin-reshape [![Build Status](https://travis-ci.org/Vanilla-IceCream/rollup-plugin-reshape.svg?branch=master)](https://travis-ci.org/Vanilla-IceCream/rollup-plugin-reshape) [![Coverage Status](https://coveralls.io/repos/github/Vanilla-IceCream/rollup-plugin-reshape/badge.svg?branch=master)](https://coveralls.io/github/Vanilla-IceCream/rollup-plugin-reshape?branch=master)\n\nSeamless integration between Rollup and Reshape.\n\n## Install\n\n```bash\n$ npm i rollup-plugin-reshape -D\n```\n\n## Usage\n\n```js\nimport { join } from 'path';\nimport reshape from 'rollup-plugin-reshape';\nimport include from 'reshape-include';\n\nexport default {\n  entry: join(__dirname, 'main.js'),\n  dest: join(__dirname, 'bundle.js'),\n  format: 'iife',\n  plugins: [\n    reshape({\n      plugins: [include()],\n    })\n  ]\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVanilla-IceCream%2Frollup-plugin-reshape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FVanilla-IceCream%2Frollup-plugin-reshape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVanilla-IceCream%2Frollup-plugin-reshape/lists"}