bauen
TypeScript icon, indicating that this package has built-in type declarations

0.10.11 • Public • Published

bauen

npm-version release license

A javascript build system for libraries

Usage

Create .bauenrc.ts configuration file and add entries:

import { defineConfig } from "bauen";

export default defineConfig({
    entries: ["./src/index"],
    outputs: ["cjs", "esm"]
});

Configuration

You can use .bauenrc.{js,cjs,mjs,ts} or bauen.config.{js,cjs,mjs,ts} to define the build configuration.

Examples

  $ bauen

  $ bauen build

  $ bauen watch

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i bauen

Weekly Downloads

4

Version

0.10.11

License

MIT

Unpacked Size

53.9 kB

Total Files

13

Last publish

Collaborators

  • rrosas1198