Skip to content

Get Started with CKB

Install CKB in seconds and start exploring your codebase.

Install via npm

Run directly without installing (recommended for trying out):

npx @tastehub/ckb

Or install globally:

npm install -g @tastehub/ckb

Quick Start

Index your codebase:

ckb index .

Search for symbols:

ckb search "function handleSubmit"

Check impact of changes:

ckb impact diff

Need more help? Check out the documentation or explore the features.