{"id":19584844,"url":"https://github.com/flex-development/mkbuild","last_synced_at":"2025-05-12T15:25:44.019Z","repository":{"id":58838451,"uuid":"531363763","full_name":"flex-development/mkbuild","owner":"flex-development","description":"🚧 A file-to-file transformer and bundler","archived":false,"fork":false,"pushed_at":"2025-04-30T06:45:36.000Z","size":7312,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T07:37:37.015Z","etag":null,"topics":["build-tool","bundler","esbuild","file-to-file","rollup","transpiler","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/flex-development/mkbuild","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flex-development.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/funding.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null},"funding":{"github":["flex-development"]}},"created_at":"2022-09-01T04:34:52.000Z","updated_at":"2025-04-30T06:31:24.000Z","dependencies_parsed_at":"2023-09-27T12:21:59.766Z","dependency_job_id":"c7b59a73-24d1-4267-a572-37f866b76b4c","html_url":"https://github.com/flex-development/mkbuild","commit_stats":{"total_commits":228,"total_committers":2,"mean_commits":114.0,"dds":"0.33333333333333337","last_synced_commit":"4426201200c76b98ff88ad7282469084c708fe54"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Fmkbuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Fmkbuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Fmkbuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Fmkbuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flex-development","download_url":"https://codeload.github.com/flex-development/mkbuild/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253764603,"owners_count":21960598,"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","esbuild","file-to-file","rollup","transpiler","typescript"],"created_at":"2024-11-11T07:50:27.016Z","updated_at":"2025-05-12T15:25:43.983Z","avatar_url":"https://github.com/flex-development.png","language":"TypeScript","readme":"# mkbuild\n\n[![github release](https://img.shields.io/github/v/release/flex-development/mkbuild.svg?include_prereleases\\\u0026sort=semver)](https://github.com/flex-development/mkbuild/releases/latest)\n[![npm](https://img.shields.io/npm/v/@flex-development/mkbuild.svg)](https://npmjs.com/package/@flex-development/mkbuild)\n[![codecov](https://codecov.io/gh/flex-development/mkbuild/graph/badge.svg?token=TDSHFXPP4Z)](https://codecov.io/gh/flex-development/mkbuild)\n[![module type: esm](https://img.shields.io/badge/module%20type-esm-brightgreen)](https://github.com/voxpelli/badges-cjs-esm)\n[![license](https://img.shields.io/github/license/flex-development/mkbuild.svg)](LICENSE.md)\n[![conventional commits](https://img.shields.io/badge/-conventional%20commits-fe5196?logo=conventional-commits\\\u0026logoColor=ffffff)](https://conventionalcommits.org)\n[![typescript](https://img.shields.io/badge/-typescript-3178c6?logo=typescript\\\u0026logoColor=ffffff)](https://typescriptlang.org)\n[![vitest](https://img.shields.io/badge/-vitest-6e9f18?style=flat\\\u0026logo=vitest\\\u0026logoColor=ffffff)](https://vitest.dev)\n[![yarn](https://img.shields.io/badge/-yarn-2c8ebb?style=flat\\\u0026logo=yarn\\\u0026logoColor=ffffff)](https://yarnpkg.com)\n\na file-to-file transformer and bundler\n\n## Contents\n\n- [What is this?](#what-is-this)\n- [Install](#install)\n- [Use](#use)\n- [Types](#types)\n- [Contribute](#contribute)\n\n## What is this?\n\n**TODO**: what is this?\n\n## Install\n\nThis package is [ESM only][esm].\n\nIn Node.js (version 18+) with [yarn][]:\n\n```sh\nyarn add @flex-development/mkbuild\n```\n\n\u003cblockquote\u003e\n  \u003csmall\u003e\n    See \u003ca href='https://yarnpkg.com/protocol/git'\u003eGit - Protocols | Yarn\u003c/a\u003e\n    \u0026nbsp;for details regarding installing from Git.\n  \u003c/small\u003e\n\u003c/blockquote\u003e\n\nIn Deno with [`esm.sh`][esmsh]:\n\n```ts\nimport { make } from 'https://esm.sh/@flex-development/mkbuild'\n```\n\nIn browsers with [`esm.sh`][esmsh]:\n\n```html\n\u003cscript type=\"module\"\u003e\n  import { make } from 'https://esm.sh/@flex-development/mkbuild'\n\u003c/script\u003e\n```\n\n## Use\n\n**TODO**: use\n\n## Types\n\nThis package is fully typed with [TypeScript][].\n\n## Contribute\n\nSee [`CONTRIBUTING.md`](CONTRIBUTING.md).\n\nThis project has a [code of conduct](./CODE_OF_CONDUCT.md). By interacting with this repository, organization, or\ncommunity you agree to abide by its terms.\n\n[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c\n\n[esmsh]: https://esm.sh\n\n[typescript]: https://www.typescriptlang.org\n\n[yarn]: https://yarnpkg.com\n","funding_links":["https://github.com/sponsors/flex-development"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflex-development%2Fmkbuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflex-development%2Fmkbuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflex-development%2Fmkbuild/lists"}