0.0.3 • Published 8 years ago

request-files v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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