@tekir/cli
v0.1.7
Published
tekir command-line tool: serve, build, generate-key, and provider-registered commands.
Maintainers
Readme
Installation
# Globally
bun add -g @tekir/cli
# Or as a dev dependency in your project
bun add -d @tekir/cliUsage
tekir serve # Start the server (in-process)
tekir serve --dev # Start with watch mode (NODE_ENV=development)
tekir build --outdir ./dist # Plain bundle
tekir build --compile --outfile server # Single self-contained executable
tekir <command> # Any built-in / provider / user commandFor full usage and configuration, see the documentation.
License
MIT
