Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacklehamster/bun-template

Bun template for creating projects using bunjs
https://github.com/jacklehamster/bun-template

bun javascript template typescript

Last synced: 23 days ago
JSON representation

Bun template for creating projects using bunjs

Awesome Lists containing this project

README

        

# 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

```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/)