cli-file-select
v0.0.2
Published
Select a file/folder from the filesystem with cli I/O prompts
Downloads
3
Readme
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");