UNPKG

@vibe-dev-kit/cli

Version:

Advanced Command-line toolkit that analyzes your codebase and deploys project-aware rules, memories, commands and agents to any AI coding assistant - VDK is the world's first Vibe Development Kit

9 lines (6 loc) 173 B
/** * VDK Project Scanner Module * This file serves as the main entry point for the scanner module. */ import { runScanner } from './engine.js'; export { runScanner };