@adonisjs/sink
Version:
AdonisJS sink is a swiss knife for managing project files by applying minimal changes, inferring formatting from EditorConfig file and comes with specialized tasks for different file formats and file types.
17 lines (16 loc) • 614 B
TypeScript
export { table, logger, sticker, instructions, isInteractive, supportsColors, testingRenderer, tasks as tasksUi, } from '@poppinss/cliui';
import { PromptContract } from '@poppinss/prompts';
import './src/disableLogger';
/**
* Returns a new instance of prompt. Also we lazy load the prompts
*/
declare function getPrompt(): PromptContract;
/**
* Sharing the sink version, since sink is mainly passed as a reference by
* the cli
*/
export declare const sinkVersion: string;
export { getPrompt };
export * as files from './src/Files';
export * as tasks from './src/Tasks';
export * as utils from './src/Utils';