Skip to content

flex-development/mkbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mkbuild

github release npm codecov module type: esm license conventional commits typescript vitest yarn

a file-to-file transformer and bundler

Contents

What is this?

TODO: what is this?

Install

This package is ESM only.

In Node.js (version 18+) with yarn:

yarn add @flex-development/mkbuild
See Git - Protocols | Yarn  for details regarding installing from Git.

In Deno with esm.sh:

import { make } from 'https://esm.sh/@flex-development/mkbuild'

In browsers with esm.sh:

<script type="module">
  import { make } from 'https://esm.sh/@flex-development/mkbuild'
</script>

Use

TODO: use

Types

This package is fully typed with TypeScript.

Contribute

See CONTRIBUTING.md.

This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.