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/ckbOr install globally:
npm install -g @tastehub/ckbDownload Binary
Download the pre-built binary for your operating system. Version 7.5.0.
Quick Start
Index your codebase:
ckb index .Search for symbols:
ckb search "function handleSubmit"Check impact of changes:
ckb impact diffNeed more help? Check out the documentation or explore the features.