bluecodex
Version:
Turn repetitive dev tasks into CLI commands with Typescript
12 lines (11 loc) • 442 B
text/typescript
export { alias } from "../alias/alias";
export { command } from "../command/command";
export { env } from "../env/env";
export { file } from "../file/file";
export { git } from "../git/git";
export { open } from "../open/open";
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";