{"id":23286679,"url":"https://github.com/allnulled/simplebundler","last_synced_at":"2025-04-06T15:33:55.609Z","repository":{"id":268537224,"uuid":"904677364","full_name":"allnulled/simplebundler","owner":"allnulled","description":"Pack JS universal modules from CLI or API. But no webpack or shit. Simple.","archived":false,"fork":false,"pushed_at":"2024-12-17T10:52:29.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T05:32:57.528Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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-17T10:50:01.000Z","updated_at":"2024-12-18T17:51:34.000Z","dependencies_parsed_at":"2024-12-17T11:48:07.661Z","dependency_job_id":null,"html_url":"https://github.com/allnulled/simplebundler","commit_stats":null,"previous_names":["allnulled/simplebundler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allnulled%2Fsimplebundler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allnulled%2Fsimplebundler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allnulled%2Fsimplebundler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allnulled%2Fsimplebundler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allnulled","download_url":"https://codeload.github.com/allnulled/simplebundler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247503526,"owners_count":20949454,"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-20T02:14:03.064Z","updated_at":"2025-04-06T15:33:55.573Z","avatar_url":"https://github.com/allnulled.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simplebundler\n\nPack JS universal modules from CLI or API. But no webpack or shit. Simple.\n\n## Install\n\n```sh\nnpm i -g @allnulled/simplebundler\n```\n\n## Usage by CLI\n\n```sh\nsimplebundler\n  --dir directory\n  --output dist/file.js\n  --ignore file4.js file7.js file9.js\n  --id MyCoolAPI\n  --module false\n```\n\n## Usage by API\n\n```js\nrequire(__dirname + \"/simplebundler.js\").bundle({\n    dir: \"test/lib1\",\n    output: \"test/lib1.browser.js\",\n    module: true,\n    id: \"Lib1\",\n    ignore: [],\n}).bundle({\n    dir: \"test/lib1\",\n    output: \"test/lib1.node.js\",\n    module: true,\n    id: \"Lib1\",\n    ignore: [\"only-browser.js\"],\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallnulled%2Fsimplebundler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallnulled%2Fsimplebundler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallnulled%2Fsimplebundler/lists"}