Module

x/cliffy/mod.ts

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
File
export * from './ansi-escape.ts';export * from './command.ts';export * from './flags.ts';export { KeyCode, IKey, KeyEvent } from './keycode.ts';export * from './prompt.ts';export * from './table.ts';