/cli-file-select

Select a file/folder from the filesystem with cli I/O prompts

Primary LanguageJavaScript

cli-file-select

Select a file/folder from the system using cli I/O prompts.

Usage

npx cli-file-select

or

npm i cli-file-select
import { selectFile } from "cli-file-select";

await selectFile("/path/to/folder");