atunnel
v0.0.0
Published
TypeScript library built with [Bun](https://bun.sh/), [tsdown](https://tsdown.js.org/), [Biome](https://biomejs.dev/), and [Changesets](https://github.com/changesets/changesets).
Downloads
122
Readme
atunnel
TypeScript library built with Bun, tsdown, Biome, and Changesets.
Features
- Bun-first dependency management, scripts, and tests
- TypeScript source with dual ESM/CJS output and generated types
- Biome for linting and formatting
- Example library export and CLI entrypoint
- Changesets and GitHub Actions for release automation
Installation
bun installUsage
import { greet } from 'atunnel'
console.log(greet('Seed'))CLI
bun run src/cli.ts
bun run src/cli.ts SeedDevelopment
bun run build
bun run check-types
bun run lint
bun run lint:fix
bun test
bun run test:watchLicense
MIT – see LICENSE.
