filepick

0.0.1 • Public • Published

Filepick

A file picker made for node cli applications.

Documentation

Installation

npm install filepick --save

Methods

Get the full path of an selected file

filepick(directory, options) -> Promise

Options

  • question (string) Show the question for select the file. Default: 'Choose a file'.

Example

const filepick = require('filepick');
 
filepick('.', {
  question: 'Escolha um arquivo de backup'
}).then(file => {
  console.log('file', file);
}).catch(err => {
  console.log('Error Getting the file!', err);
});

Package Sidebar

Install

npm i filepick

Weekly Downloads

0

Version

0.0.1

License

ISC

Last publish

Collaborators

  • wac2007