{"id":19307260,"url":"https://github.com/richplastow/rollup-plugin-weenify","last_synced_at":"2026-06-18T17:31:14.654Z","repository":{"id":68185337,"uuid":"587255579","full_name":"richplastow/rollup-plugin-weenify","owner":"richplastow","description":"Rollup plugins for removing JavaScript code which a real-world app never uses","archived":false,"fork":false,"pushed_at":"2023-01-16T00:14:22.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-24T02:49:29.775Z","etag":null,"topics":["compress","coverage","minify","plugin","rollup"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richplastow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-10T10:24:01.000Z","updated_at":"2023-01-11T22:32:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"bac7a244-a8a5-4dd6-9c0a-59ced3ea45dd","html_url":"https://github.com/richplastow/rollup-plugin-weenify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/richplastow/rollup-plugin-weenify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richplastow%2Frollup-plugin-weenify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richplastow%2Frollup-plugin-weenify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richplastow%2Frollup-plugin-weenify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richplastow%2Frollup-plugin-weenify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richplastow","download_url":"https://codeload.github.com/richplastow/rollup-plugin-weenify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richplastow%2Frollup-plugin-weenify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34501471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["compress","coverage","minify","plugin","rollup"],"created_at":"2024-11-10T00:10:15.067Z","updated_at":"2026-06-18T17:31:14.646Z","avatar_url":"https://github.com/richplastow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rollup-plugin-weenify\n\n## Rollup plugins for removing JavaScript code which a real-world app never uses\n\n---\n\n### __Intro heading__\n\n@TODO intro paragraph.\n\n---\n\n## General guide to setting up projects like this\n\n### __Create the repo__\n\n1. At GitHub, click the ‘+’ icon, and ‘New repository’\n2. Name it, describe it, tick ‘Add a README file’, choose MIT license\n3. Click ‘Create repository’\n4. Click the ‘Code’ button, ‘Local’ tab, ‘SHH’, and the copy icon\n5. In your Terminal, `cd` to wherever you work\n6. `git clone ` and paste something like ‘git@github.com:kim/my-app.git’\n7. `cd` into the new directory, eg `cd my-app`\n\n### __Create the .gitignore file__\n\n```\n.DS_Store\nnode_modules.zip\nnode_modules\n```\n\n### __Create the package.json file__\n\n1. Create a default package.json file:  \n   `npm init --yes`\n2. Change the version to 0.0.1:  \n   `sed -i.bu 's/: \"1.0.0\",/: \"0.0.1\",/' package.json` \n3. Insert your name, for example ‘Kim’:  \n   `sed -i.bu 's/\"author\": \"\",/\"author\": \"Kim\",/' package.json`\n4. Change the license to MIT:  \n   `sed -i.bu 's/: \"ISC\",/: \"MIT\",/' package.json`\n5. Remove the ‘main’ property because this is an app not a library,  \n   and also tell Node to use `import` not `require()` (avoids needing .mjs):  \n   `sed -i.bu 's/\"main\": \"index.js\"/\"type\": \"module\"/' package.json`\n6. Delete the temporary file, package.json.bu:  \n   `rm package.json.bu`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichplastow%2Frollup-plugin-weenify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichplastow%2Frollup-plugin-weenify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichplastow%2Frollup-plugin-weenify/lists"}