0.0.2 • Published 10 months ago
bunts v0.0.2
BunTS
Bun TypeScript Server (BunTS) is for developing TypeScript applications.
Usage
bunx bunts
Options
Option | Long Option | Description | Default |
---|---|---|---|
-H | --host | Hostname | localhost |
-P | --port | Port | 3000 |
-T | --tsconfig | Path to tsconfig.json | tsconfig.json |
-L | --templates | Shell pattern(s) for templates |
Templates
On startup, BunTS will process the templates using the Liquid-based template engine.
The output filename is the .slice(1)
of the template filename.