# bun-template

[![npm version](https://badge.fury.io/js/bun-template.svg)](https://www.npmjs.com/package/bun-template)

Bun template for creating projects using bunjs

![icon](https://jacklehamster.github.io/bun-template/icon.png)

## Install bun

<https://bun.sh/>

```bash
curl -fsSL https://bun.sh/install | bash
```

## Commands

- **start**: "bun run index.ts",
- **bundle**: "bun run bundler/bundler.ts",

## Run example

[https://jacklehamster.github.io/bun-template/example/](https://jacklehamster.github.io/bun-template/example/)

## Github Source

[https://github.com/jacklehamster/bun-template/](https://github.com/jacklehamster/bun-template/)
