bunts
v0.0.2
Published
Bun TypeScript Server (BunTS) is for developing TypeScript applications.
Downloads
7
Readme
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.