{"id":17256144,"url":"https://github.com/jalal246/builderz","last_synced_at":"2025-04-14T05:42:33.666Z","repository":{"id":37010502,"uuid":"235201798","full_name":"jalal246/builderz","owner":"jalal246","description":"🔴🟡 🟢  Zero Configuration JavaScript Bundler","archived":false,"fork":false,"pushed_at":"2022-08-28T13:56:55.000Z","size":521,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T19:40:23.965Z","etag":null,"topics":["build-tool","bundler","cjs","extracts","minify","monorepo","monorepos","production","rollup-js","sorts-packages","workplace"],"latest_commit_sha":null,"homepage":"https://jalal246.github.io/builderz/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jalal246.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}},"created_at":"2020-01-20T21:24:24.000Z","updated_at":"2023-11-05T10:43:32.000Z","dependencies_parsed_at":"2022-06-29T07:41:08.327Z","dependency_job_id":null,"html_url":"https://github.com/jalal246/builderz","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalal246%2Fbuilderz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalal246%2Fbuilderz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalal246%2Fbuilderz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalal246%2Fbuilderz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jalal246","download_url":"https://codeload.github.com/jalal246/builderz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248506122,"owners_count":21115385,"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":["build-tool","bundler","cjs","extracts","minify","monorepo","monorepos","production","rollup-js","sorts-packages","workplace"],"created_at":"2024-10-15T07:13:43.399Z","updated_at":"2025-04-14T05:42:33.644Z","avatar_url":"https://github.com/jalal246.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Builderz\n\n\u003e Zero Configuration JavaScript Bundler\n\n`build/er/z` is built originally to bundle monorepos, expanded later to cover\nmore build cases with a wide variety of options. It implements rollup, taking\nadvantage of its simplicity and customization to build\none-step production bundler.\n\n## Install\n\n```bash\nnpm install builderz\n```\n\n## Easy to use\n\n```json\n\"build\": \"builderz\"\n```\n\n## Easy to customize\n\nIn your `packages.json` to compile to a CommonJS module (cjs) and minify the\nbundle just pass the required arguments.\n\n```json\n\"build\": \"builderz --formats=cjs --minify\"\n```\n\nOr in a `package.json` file\n\n```json\n\"name\": \"my-package\",\n\"version\": \"0.0.1\",\n\"builderz\":{\n   \"formats\": [\"cjs\"],\n   \"minify\": true,\n}\n```\n\nOf course you cane import it as build package somewhere in your project:\n\n```js\nconst builderz = require(\"builderz\");\n\n// Multi-word options are camel-cased. Pass list as array.\nconst options = {};\n\nbuilderz(options);\n```\n\n## Options\n\n```bash\n  -m, --minify \u003cboolean\u003e       Minify bundle works only if format is provided (default: false)\n  -p, --sourcemap \u003cboolean\u003e    Enable sourcemap in output\n  -c, --camel-case \u003cboolean\u003e   Add camel-cased output file (default: true)\n  -l, --clean-build \u003cboolean\u003e  Clean previous build folder (default: false)\n  -t, --strict \u003cboolean\u003e       Enable Strict Mode (default: false)\n  -r, --sort-pkg \u003cboolean\u003e     Enable sorting packages for monorepo (default: true)\n  -d, --es-module \u003cboolean\u003e    Define Property exports- es_model (default: false)\n  --formats \u003clist\u003e             Specific build format (default: [])\n  --build-name \u003cstring\u003e        Specific folder build name (default: \"dist\")\n  --output \u003cstring\u003e            Custom output name\n  --pkg-paths \u003clist\u003e           Provide custom paths not in the root/src (default: [])\n  --pkg-names \u003clist\u003e           Building specific package[s], in workspace (default: [])\n  --alias \u003clist\u003e               Package Alias (default: [])\n  --entries \u003clist\u003e             Add multi entries instead of default src/index. (default: [])\n  --banner \u003cstring\u003e            Add banner to output\n  --external \u003clist\u003e            Passing external libraries not to bundle\n  -h, --help                   display help for command\n```\n\n### Test\n\n```sh\nnpm test\n```\n\n## License\n\nThis project is licensed under the [GPL-3.0 License](https://github.com/jalal246/builderz/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalal246%2Fbuilderz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjalal246%2Fbuilderz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalal246%2Fbuilderz/lists"}