bluecodex
Version:
Turn repetitive dev tasks into CLI commands with Typescript
11 lines (10 loc) • 399 B
text/typescript
export { alias } from "../alias/alias";
export { command } from "../command/command";
export { env } from "../env/env";
export { git } from "../git/git";
export { os } from "../os/os";
export { prompt } from "../prompt/prompt";
export { source } from "../registry/source";
export { run } from "../run/run";
export type { LooseArgv } from "../run/loose-argv";
export { theme } from "../theme/theme";