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

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

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.