{"id":26430610,"url":"https://github.com/qddjs/qbundler","last_synced_at":"2026-05-22T14:10:17.063Z","repository":{"id":65481566,"uuid":"150022537","full_name":"qddjs/qbundler","owner":"qddjs","description":"A single-file app bundler","archived":false,"fork":false,"pushed_at":"2018-09-23T20:25:54.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T09:10:42.222Z","etag":null,"topics":["bundler","installer","nodejs","nodejs-modules"],"latest_commit_sha":null,"homepage":null,"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/qddjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-23T20:25:26.000Z","updated_at":"2018-09-24T03:09:42.000Z","dependencies_parsed_at":"2023-01-25T10:05:12.571Z","dependency_job_id":null,"html_url":"https://github.com/qddjs/qbundler","commit_stats":null,"previous_names":["bengl/qbundler"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qddjs%2Fqbundler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qddjs%2Fqbundler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qddjs%2Fqbundler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qddjs%2Fqbundler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qddjs","download_url":"https://codeload.github.com/qddjs/qbundler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244165687,"owners_count":20409129,"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":["bundler","installer","nodejs","nodejs-modules"],"created_at":"2025-03-18T05:32:13.173Z","updated_at":"2026-05-22T14:10:12.043Z","avatar_url":"https://github.com/qddjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qbundler\n\nGiven a node app (in its fully installed state) with a `package-lock.json`,\n**`qbundler`** will create a bundled file containing all the app's JavaScript\nfiles. When the file is run, it will be run with [`qdd`](https://npm.im/qdd)'s\n`qdd-node` automatically, with an in-line package-lock, so dependencies will be\ninstalled to and loaded from the `qdd` cache.\n\n[`webpack`](https://npm.im/webpack) is used to create the bundle. At the moment,\nonly default options are supported (e.g. no support for non-JS files in your\napp's directory).\n\n\u003e Note: This is pretty experimental and might break with many apps. It's really\n\u003e just at the proof-of-concept stage right now.\n\nInstall it globally and pass it a relative path to your entrypoint file. The\n`package-lock.json` will be read from the current working directory.\n\n### Example\n\n```\n$ npm i -g qdd # qdd must be installed globally for the loader to work\n$ npm i # make sure everything is in place for the bundler\n$ npx qbundler ./index.js\nbundle written to $PWD/index.qbundled.js\n$ cp index.qbundled.js /tmp/ # putting it in a completely different place\n$ cd /tmp\n$ node index.qbundled.js\n# app works!\n```\n\n## Contributing\n\nSee CONTRIBUTING.md.\n\nThis project uses the Developer's Certificate of Origin. See DCO.txt.\n\n## Code of Conduct\n\nSee CODE_OF_CONDUCT.md.\n\n## License\n\nMIT License. See LICENSE.txt.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqddjs%2Fqbundler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqddjs%2Fqbundler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqddjs%2Fqbundler/lists"}