request-files

0.0.3 • Public • Published

Build Status Coverage Status

request-files

A simple way to request single and multiple files

Synopsis

This is a simple way yo request single or multiple file in your node project.

Code Example

const requestFiles = require('request-files');
consta fileList = [];

requestFiles('./**/*_some.js', (f) => fileList.push(f));

Motivation

In a project I need to create several assignment to an object, but as the project grow this assignmento to the objet will have several files. In order to increase the project maintenance.

Installation

npm install @mvieira/request-files

Tests

Just run test with

npm test

Contributors

At this time I am the only maintener of this project, if you see any improvement or bug fell free to create an issue or a pull request

License

MIT: http://rem.mit-license.org

Readme

Keywords

Package Sidebar

Install

npm i request-files

Weekly Downloads

3

Version

0.0.3

License

MIT

Last publish

Collaborators

  • mvieira