{"id":18735646,"url":"https://github.com/rdmurphy/typebundle","last_synced_at":"2025-11-16T06:30:14.992Z","repository":{"id":35036643,"uuid":"181254910","full_name":"rdmurphy/typebundle","owner":"rdmurphy","description":"🎀 Zero-config Node.js library bundler with support for Babel-transpiled TypeScript.","archived":false,"fork":false,"pushed_at":"2023-05-22T13:57:50.000Z","size":1931,"stargazers_count":2,"open_issues_count":17,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T20:19:28.696Z","etag":null,"topics":["bundler","rollup","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/rdmurphy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-04-14T03:17:40.000Z","updated_at":"2023-01-23T17:15:10.000Z","dependencies_parsed_at":"2024-12-28T16:51:50.109Z","dependency_job_id":null,"html_url":"https://github.com/rdmurphy/typebundle","commit_stats":{"total_commits":698,"total_committers":3,"mean_commits":"232.66666666666666","dds":"0.36676217765042984","last_synced_commit":"812f15cbe9e0dd6869358a672e733ce099ceb81f"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmurphy%2Ftypebundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmurphy%2Ftypebundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmurphy%2Ftypebundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmurphy%2Ftypebundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdmurphy","download_url":"https://codeload.github.com/rdmurphy/typebundle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239611986,"owners_count":19668272,"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","rollup","typescript"],"created_at":"2024-11-07T15:17:38.179Z","updated_at":"2025-11-16T06:30:14.916Z","avatar_url":"https://github.com/rdmurphy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typebundle\n\nZero-config Node.js library bundler with support for Babel-transpiled TypeScript. A work in progress! Outputs both compiled JavaScript and valid TypeScript `d.ts` files.\n\n## Installation\n\n```sh\nnpm i -D typebundle\n```\n\n## Usage\n\n```sh\ntypebundle \u003cinput\u003e [--options]\n```\n\nTypebundle's primary interface is on the command line. The only required positional argument is `\u003cinput\u003e`, which tells `typebundle` which files to consider entry points. Any glob that's compatible with `tiny-glob` is valid and switches `typebundle` into multi-entry mode if it finds multiple files.\n\n#### A single source file\n\n```sh\ntypebundle src/index.ts --output dist --target 10\n```\n\n#### Multiple source files\n\n```sh\ntypebundle \"src/{cli,index}.ts\" --output dist --target 10\n```\n\n#### Run in watch mode\n\n```sh\ntypebundle src/index.ts --output dist --target 10 --watch\n```\n\n## Options\n\n```\n--output      The output directory, defaults to \"dist\"\n\n--compress    If passed, \"terser\" will be used to minify the output\n\n--target      The optional minimum version of Node.js to target for\n              transpiling, this is passed directly to \"@babel/preset-env\" at\n              \"targets.node\". To target the current version of Node, pass\n              \"current\". If not provided no code will run through\n              \"@babel/preset-env\" and only types will be stripped.\n\n--types       The directory where \"d.ts\" files are output, defaults to where\n              --output is set\n\n--watch       Watches source files for changes and re-builds, does not output\n              \"d.ts\" files for speed\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdmurphy%2Ftypebundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdmurphy%2Ftypebundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdmurphy%2Ftypebundle/lists"}