2015-11-28 14:47:30 +00:00
|
|
|
# smartfile
|
|
|
|
make files easily accessible for processing in javascript.
|
2015-11-03 18:57:29 +00:00
|
|
|
|
2016-03-14 02:50:14 +00:00
|
|
|
## Status
|
2016-06-23 17:02:34 +00:00
|
|
|
[![build status](https://gitlab.com/pushrocks/smartfile/badges/master/build.svg)](https://gitlab.com/pushrocks/smartfile/commits/master)
|
2016-04-02 21:03:18 +00:00
|
|
|
[![Dependency Status](https://david-dm.org/pushrocks/smartfile.svg)](https://david-dm.org/pushrocks/smartfile)
|
2016-03-14 02:50:14 +00:00
|
|
|
[![bitHound Dependencies](https://www.bithound.io/github/pushrocks/smartfile/badges/dependencies.svg)](https://www.bithound.io/github/pushrocks/smartfile/master/dependencies/npm)
|
|
|
|
[![bitHound Code](https://www.bithound.io/github/pushrocks/smartfile/badges/code.svg)](https://www.bithound.io/github/pushrocks/smartfile)
|
2016-04-02 21:03:18 +00:00
|
|
|
[![codecov.io](https://codecov.io/github/pushrocks/smartfile/coverage.svg?branch=master)](https://codecov.io/github/pushrocks/smartfile?branch=master)
|
2016-03-14 02:50:14 +00:00
|
|
|
|
2016-06-23 17:02:34 +00:00
|
|
|
## Usage
|
|
|
|
smartfile is an approach of being one tool to handle files in diverse environments.
|
|
|
|
It can fetch files from remote locations, work with local disks and do pure memory operations.
|