UNPKG

codellms

Version:

Use LLMS to automatically generate a complete application project.

5 lines (4 loc) 111 B
import { Command } from '@oclif/core'; export default class Init extends Command { run(): Promise<void>; }