npm.io
0.0.127 • Published 19h agoCLI

@tyvm/knowhow

Licence
MIT
Version
0.0.127
Deps
19
Size
18.1 MB
Vulns
0
Weekly
0
Stars
2

knowhow Mono-Repo

This repo contains the Knowhow toolchain and related packages, managed as a single monorepo. It includes the main @tyvm/knowhow AI CLI plus supporting packages for generating MCP servers and tunneling requests to your local services.


Quickstart (primary: @tyvm/knowhow)

npm install -g @tyvm/knowhow

Initialize a workspace in your project:

knowhow init

Log in to Knowhow Cloud:

knowhow login

Start chatting:

knowhow chat

For full setup, configuration, and command usage, see the package README for @tyvm/knowhow.


Packages

Package (npm) What it does README
@tyvm/knowhow Main AI CLI for docs generation, embeddings, and interactive chat/agents packages/knowhow/README.md
@tyvm/swagger-mcp Generate MCP servers (or a runtime proxy) from Swagger/OpenAPI specs packages/swagger-mcp/README.md
@tyvm/knowhow-tunnel HTTP tunnel library for the worker system (proxy to localhost) packages/knowhow-tunnel/README.md