{"id":23644429,"url":"https://github.com/allnulled/htmlbundler","last_synced_at":"2025-11-11T06:30:18.462Z","repository":{"id":269383646,"uuid":"907243256","full_name":"allnulled/htmlbundler","owner":"allnulled","description":"Like simplebundler but using a *.js list file instead of a directory.","archived":false,"fork":false,"pushed_at":"2025-01-22T16:10:57.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T17:23:52.381Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/@allnulled/htmlbundler","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/allnulled.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-23T06:39:38.000Z","updated_at":"2025-01-22T16:11:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f238b0c-43bc-4835-8106-ffacb51cc260","html_url":"https://github.com/allnulled/htmlbundler","commit_stats":null,"previous_names":["allnulled/htmlbundler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allnulled%2Fhtmlbundler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allnulled%2Fhtmlbundler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allnulled%2Fhtmlbundler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allnulled%2Fhtmlbundler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allnulled","download_url":"https://codeload.github.com/allnulled/htmlbundler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239587230,"owners_count":19663892,"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":[],"created_at":"2024-12-28T12:20:07.296Z","updated_at":"2025-11-11T06:30:18.430Z","avatar_url":"https://github.com/allnulled.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# htmlbundler\n\nPack JS universal modules from CLI or API from a list of files. But no webpack or shit. Simple.\n\n## Install\n\n```sh\nnpm i -g @allnulled/htmlbundler\n```\n\n## Usage by CLI\n\n```sh\nhtmlbundler\n  --list bundlelist.js\n  --output dist/file.js\n  --ignore file4.js file7.js file9.js\n  --id MyCoolAPI\n  --module false\n  --wrap true\n```\n\n## Usage by API\n\n```js\nrequire(__dirname + \"/htmlbundler.js\").bundle({\n    list: \"bundlelist.js\",\n    output: \"test/example1/dist/app.js\",\n    module: true,\n    id: \"Lib1\",\n    ignore: [],\n    wrap: true,\n}).bundle({\n    list: \"bundlelist.js\",\n    output: \"test/example2/dist/app.js\",\n    module: true,\n    id: \"Lib2\",\n    ignore: [\"only-browser.js\"],\n    wrap: true,\n});\n```\n\nUse `wrap: false` or `--wrap 0` to not pack the files as `.js`, but simple concatenation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallnulled%2Fhtmlbundler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallnulled%2Fhtmlbundler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallnulled%2Fhtmlbundler/lists"}