create-tunnlo
v0.2.3
Published
Scaffolding tool for new Tunnlo projects
Downloads
522
Maintainers
Readme
create-tunnlo
Scaffolding tool for new Tunnlo projects.
Part of the Tunnlo project -- a real-time data-to-agent bridge with intelligent filtering.
Usage
npm create tunnlo@latestOr with a project name:
npm create tunnlo@latest my-pipelineThe interactive wizard will guide you through:
- Data source selection -- stdin, tshark (network traffic), log file, or MCP bridge
- LLM / agent runtime -- Anthropic Claude, OpenAI GPT-4o, Ollama (local), OpenClaw, LangGraph, or CrewAI
It generates a ready-to-run project with:
tunnlo.yaml-- pipeline configurationpackage.json-- with all required Tunnlo dependencies.env.example-- API key template (when applicable).gitignore
Getting Started
npm create tunnlo@latest my-pipeline
cd my-pipeline
npm install
npm startLicense
MIT
