UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

6 lines (5 loc) 333 B
import type Settings from '../settings'; import type { Entry } from '../types'; export declare function read(directory: string, settings: Settings): Entry[]; export declare function readdirWithFileTypes(directory: string, settings: Settings): Entry[]; export declare function readdir(directory: string, settings: Settings): Entry[];