codecanon
Version:
CLI tool that downloads documentation from 3rd party libraries, converts them to Markdown, and optimizes for LLMs
11 lines (10 loc) • 301 B
TypeScript
/**
* CodeCanon Library - Core functionality
*
* This library provides the core functionality for CodeCanon,
* including workspace management, package handling, and querying.
*/
export * from "./package.js";
export * from "./query.js";
export * from "./types.js";
export * from "./workspace.js";