UNPKG

@git.zone/tsdoc

Version:

A comprehensive TypeScript documentation tool that leverages AI to generate and enhance project documentation, including dynamic README creation, API docs via TypeDoc, and smart commit message generation.

13 lines (10 loc) 261 B
import * as early from '@push.rocks/early'; early.start('tsdoc'); import * as plugins from './plugins.js'; import * as cli from './cli.js'; early.stop(); export const runCli = async () => { await cli.run(); }; // exports export * from './classes.aidoc.js';