1.0.19 • Published 9 months ago

@flowscripter/template-bun-library v1.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

template-bun-library

version build coverage docs license: MIT

Project template for a Bun library

Template Usage

Create a new Bun project using this as a template:

bun create @flowscripter/template-bun-library

Bun Module Usage

Add the module:

bun add @flowscripter/template-bun-library

Use the module:

import { world } from "@flowscripter/template-bun-library";

world();

Development

Install dependencies:

bun install

Test:

bun test

NOTE: The following tasks use Deno as it excels at these and Bun does not currently provide such functionality:

Format:

deno fmt

Lint:

deno lint index.ts src/ tests/

Generate HTML API Documentation:

deno doc --html --name=template-bun-library index.ts

Documentation

Overview

Sample mermaid diagram to test rendering in markdown:

classDiagram
    Foo <|-- Bar

API

Link to auto-generated API docs:

API Documentation

License

MIT © Flowscripter

1.0.19

9 months ago

1.0.18

9 months ago

1.0.17

9 months ago

1.0.16

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago