UNPKG

yar-agent

Version:

Understand Complex Codebases Fast - An agentic CLI tool for analyzing and understanding codebases

6 lines (3 loc) 177 B
#!/usr/bin/env -S node --loader ts-node/esm --disable-warning=ExperimentalWarning import {execute} from '@oclif/core' await execute({development: true, dir: import.meta.url})