UNPKG

hataraku

Version:

An autonomous coding agent for building AI-powered development tools. The name "Hataraku" (働く) means "to work" in Japanese.

5 lines (4 loc) 147 B
import { Command } from 'commander'; import { main, runCLI } from './execution'; declare const program: Command; export { program, main, runCLI };