{"id":23817945,"url":"https://github.com/lsongdev/kelp-build","last_synced_at":"2026-05-15T01:09:45.437Z","repository":{"id":57124328,"uuid":"190155615","full_name":"lsongdev/kelp-build","owner":"lsongdev","description":":hammer: Simple but powerful build tools.","archived":false,"fork":false,"pushed_at":"2022-09-26T07:01:21.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T22:23:42.480Z","etag":null,"topics":["build-tool","web","webpack"],"latest_commit_sha":null,"homepage":"https://npmjs.org/@kelpjs/build","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/lsongdev.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}},"created_at":"2019-06-04T07:55:08.000Z","updated_at":"2021-10-23T01:25:51.000Z","dependencies_parsed_at":"2022-08-31T05:04:39.965Z","dependency_job_id":null,"html_url":"https://github.com/lsongdev/kelp-build","commit_stats":null,"previous_names":["lsongdev/kelp-build","song940/kelp-build"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fkelp-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fkelp-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fkelp-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fkelp-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsongdev","download_url":"https://codeload.github.com/lsongdev/kelp-build/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240093154,"owners_count":19746780,"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","web","webpack"],"created_at":"2025-01-02T05:49:09.249Z","updated_at":"2025-10-28T19:04:33.545Z","avatar_url":"https://github.com/lsongdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## kelp-build\n\n### install\n\n```bash\n~$ npm i -g @kelpjs/build\n```\n\n### configurage\n\nkbuild.config.js\n\n```js\nconst externals = require('@kelpjs/build/plugins/externals');\n\nmodule.exports = {\n  input: \"./src/index.ts\",\n  style: {\n    extract: false\n  },\n  typescript: true,\n  plugins: [\n    externals([\n      'react',\n      'react-dom'\n    ])\n  ],\n  output: \"my-components.js\"\n}\n```\n\n### usage\n\n```bash\n~$ kbuild\n\u003e kbuild\n\nHappy[1]: Version: 5.0.1. Threads: 8\nHappy[1]: All set; signaling webpack to proceed.\n[@kelpjs/build] Javascript compile success, cost 3351ms\n```\n\n### license\n\nThis Project is under [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fkelp-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsongdev%2Fkelp-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fkelp-build/lists"}