https://github.com/flex-development/mkbuild
🚧 A file-to-file transformer and bundler
https://github.com/flex-development/mkbuild
build-tool bundler esbuild file-to-file rollup transpiler typescript
Last synced: about 2 months ago
JSON representation
🚧 A file-to-file transformer and bundler
- Host: GitHub
- URL: https://github.com/flex-development/mkbuild
- Owner: flex-development
- License: bsd-3-clause
- Created: 2022-09-01T04:34:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T06:45:36.000Z (about 2 months ago)
- Last Synced: 2025-04-30T07:37:37.015Z (about 2 months ago)
- Topics: build-tool, bundler, esbuild, file-to-file, rollup, transpiler, typescript
- Language: TypeScript
- Homepage: https://github.com/flex-development/mkbuild
- Size: 6.97 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
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
Awesome Lists containing this project
README
# mkbuild
[](https://github.com/flex-development/mkbuild/releases/latest)
[](https://npmjs.com/package/@flex-development/mkbuild)
[](https://codecov.io/gh/flex-development/mkbuild)
[](https://github.com/voxpelli/badges-cjs-esm)
[](LICENSE.md)
[](https://conventionalcommits.org)
[](https://typescriptlang.org)
[](https://vitest.dev)
[](https://yarnpkg.com)a file-to-file transformer and bundler
## Contents
- [What is this?](#what-is-this)
- [Install](#install)
- [Use](#use)
- [Types](#types)
- [Contribute](#contribute)## What is this?
**TODO**: what is this?
## Install
This package is [ESM only][esm].
In Node.js (version 18+) with [yarn][]:
```sh
yarn add @flex-development/mkbuild
```
See Git - Protocols | Yarn
 for details regarding installing from Git.
In Deno with [`esm.sh`][esmsh]:
```ts
import { make } from 'https://esm.sh/@flex-development/mkbuild'
```In browsers with [`esm.sh`][esmsh]:
```html
import { make } from 'https://esm.sh/@flex-development/mkbuild'
```
## Use
**TODO**: use
## Types
This package is fully typed with [TypeScript][].
## Contribute
See [`CONTRIBUTING.md`](CONTRIBUTING.md).
This project has a [code of conduct](./CODE_OF_CONDUCT.md). By interacting with this repository, organization, or
community you agree to abide by its terms.[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[esmsh]: https://esm.sh
[typescript]: https://www.typescriptlang.org
[yarn]: https://yarnpkg.com