Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.
Go to file
2016-06-28 06:57:54 +02:00
dist add smartfile.fs.ensureDir 2016-06-28 06:57:51 +02:00
test improve memory.toFs(Sync) 2016-06-24 03:36:51 +02:00
ts add smartfile.fs.ensureDir 2016-06-28 06:57:51 +02:00
.gitignore now handling gulp streams allright 2016-03-19 22:07:59 +01:00
.gitlab-ci.yml add gitlab-ci.yml 2016-06-23 18:41:45 +02:00
.npmignore add copy 2016-03-14 03:50:14 +01:00
.travis.yml added stable to travis.yml 2016-04-09 22:52:47 +02:00
appveyor.yml add appveyor.yml 2016-05-23 08:24:17 +02:00
LICENSE Initial commit 2015-11-03 16:51:31 +01:00
npmts.json now has working memory module 2016-04-04 15:44:00 +02:00
package.json 4.0.6 2016-06-28 06:57:54 +02:00
README.md update README 2016-06-23 19:40:37 +02:00

smartfile

make files easily accessible for processing in javascript.

Status

build status Dependency Status bitHound Dependencies bitHound Code codecov.io

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.