{"id":19308756,"url":"https://github.com/ciphertron/bundlify","last_synced_at":"2026-05-16T00:05:03.081Z","repository":{"id":239860062,"uuid":"800396673","full_name":"CIPHERTron/bundlify","owner":"CIPHERTron","description":"A simplistic JavaScript bundler","archived":false,"fork":false,"pushed_at":"2024-05-15T04:05:51.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T01:30:22.967Z","etag":null,"topics":["bun","bundler","commonjs","javascript","module","transpiler"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CIPHERTron.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":"2024-05-14T08:55:15.000Z","updated_at":"2024-05-15T03:16:30.000Z","dependencies_parsed_at":"2024-05-15T20:44:59.893Z","dependency_job_id":null,"html_url":"https://github.com/CIPHERTron/bundlify","commit_stats":null,"previous_names":["ciphertron/bundlify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CIPHERTron%2Fbundlify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CIPHERTron%2Fbundlify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CIPHERTron%2Fbundlify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CIPHERTron%2Fbundlify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CIPHERTron","download_url":"https://codeload.github.com/CIPHERTron/bundlify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240409849,"owners_count":19796797,"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":["bun","bundler","commonjs","javascript","module","transpiler"],"created_at":"2024-11-10T00:16:22.084Z","updated_at":"2025-11-15T09:20:51.522Z","avatar_url":"https://github.com/CIPHERTron.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bundlify - A simplistic JavaScript bundler\n`bundlify` is a simplistic JavaScript bundler that given a project with multiple files and external dependencies, will read JavaScript files, resolve and bundle the code into a single output file.\n\n## How to use bundlify?\n- fork \u0026 clone the repo\n- run `npm install`\n- create a new folder named `target` in the root or replace the contents of the currently present `target` dir\n- Add an `index.js` file as well as multiple other JS module files inside **target** dir\n- Run `npm run bundlify` in the terminal\n- The above command will bundle the JS files inside **target** dir and output them into a `dist/index.js` file\n- Now run `node dist/index.js` to execute the bundled output file\n\n## Key Features\n- Can bundle multiple JS files into a single one\n- supports both module and commonjs i.e. you'll be able to use both `import` and `require` keywords and it can successfully able to transpile\n- Can detect circular dependency and warns when detected the same\n\n## Limitations\n- It cannot resolve external dependencies at the moment (that's a WIP)\n\n---\n\n*Built with* \u003c3 *by [Pritish](https://pritishsamal.xyz) .aka CIPHERTron*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciphertron%2Fbundlify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fciphertron%2Fbundlify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciphertron%2Fbundlify/lists"}