Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jacklehamster/bun-template
- Owner: jacklehamster
- License: mit
- Created: 2023-09-14T07:55:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-04T10:14:19.000Z (4 months ago)
- Last Synced: 2024-10-01T04:01:12.285Z (about 1 month ago)
- Topics: bun, javascript, template, typescript
- Language: TypeScript
- Homepage: https://jacklehamster.github.io/bun-template/
- Size: 1.58 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)