Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@tekir/cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tekir/cli

tekir command-line tool: serve, build, generate-key, and provider-registered commands.

latest
Source
npmnpm
Version
0.1.5
Version published
Weekly downloads
21
-25%
Maintainers
1
Weekly downloads
 
Created
Source

tekir

@tekir/cli

tekir command-line tool: serve, build, and any provider-registered command

npm version npm downloads license

Website · Documentation · GitHub

Installation

# Globally
bun add -g @tekir/cli

# Or as a dev dependency in your project
bun add -d @tekir/cli

Usage

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 command

For full usage and configuration, see the documentation.

License

MIT

Keywords

tekir

FAQs

Package last updated on 10 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts