cli-file-select
v0.0.2
Published
Select a file/folder from the filesystem with cli I/O prompts
Downloads
18
Readme
cli-file-select
Select a file/folder from the system using cli I/O prompts.
Usage
npx cli-file-selector
npm i cli-file-selectimport { selectFile } from "cli-file-select";
await selectFile("/path/to/folder");