UNPKG

@emigrate/cli

Version:

Emigrate is a tool for managing database migrations. It is designed to be simple yet support advanced setups, modular and extensible.

7 lines 296 B
import { type Config } from '../types.js'; type ExtraFlags = { cwd: string; }; export default function newCommand({ directory, template, reporter: reporterConfig, plugins, cwd, extension, color }: Config & ExtraFlags, name: string): Promise<void>; export {}; //# sourceMappingURL=new.d.ts.map