alwaysai
Version:
The alwaysAI command-line interface (CLI)
13 lines (11 loc) • 493 B
text/typescript
// This file is the entry point for when this package is `require`d as a module
import { CliArgvInterface } from '@alwaysai/alwayscli';
import { root } from './root';
export const aai = CliArgvInterface(root);
export * as components from './components';
export * as constants from './constants';
export * as core from './core';
export * as environment from './environment';
export * as paths from './paths';
export * as infrastructure from './infrastructure';
export * as util from './util';