4ndrs / bun-package

Example bun package for installing and executing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bun-package

Project for testing the installation and execution of packages with Bun and TypeScript.

To install the package from the NPM registry:

bun install -g @4ndrs/bun-package

To execute:

$ bun-package-test
Hello via Bun!

Development

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.

About

Example bun package for installing and executing

License:MIT License


Languages

Language:TypeScript 100.0%