https://github.com/4ndrs/bun-package
Example bun package for installing and executing
https://github.com/4ndrs/bun-package
bun typescript
Last synced: 2 months ago
JSON representation
Example bun package for installing and executing
- Host: GitHub
- URL: https://github.com/4ndrs/bun-package
- Owner: 4ndrs
- License: mit
- Created: 2023-09-09T14:34:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T15:04:01.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T18:50:31.658Z (over 1 year ago)
- Topics: bun, typescript
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bun-package
Project for testing the installation and execution of packages with Bun and TypeScript.
To install the package from the NPM registry:
```bash
bun install -g @4ndrs/bun-package
```
To execute:
```console
$ bun-package-test
Hello via Bun!
```
## Development
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.0.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.