Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.
Go to file
2019-02-17 21:07:23 +01:00
dist update to latest standards 2018-07-04 00:59:39 +02:00
docs fix(package.json): fix private setting to be false 2018-07-03 08:55:09 +02:00
test fix(CI): update testing framework 2018-08-19 21:21:26 +02:00
ts BREAKING CHANGE(smartfile.fs.fileExists now returns a Promise<boolean>): update 2019-02-17 21:07:22 +01:00
.gitignore 4.0.16 2016-09-17 23:11:44 +02:00
.gitlab-ci.yml fix(fs.listFolders()): fix retuen type 2018-11-22 23:23:26 +01:00
.npmignore add copy 2016-03-14 03:50:14 +01:00
.snyk fix(snyk): add .snyk file 2018-11-22 23:26:27 +01:00
LICENSE implement Smartfile.write 2018-02-16 21:57:44 +01:00
npmextra.json fix(core): switch from npmts to @gitzone/tsbuild for bulding the module 2018-08-06 09:37:09 +02:00
package-lock.json 7.0.0 2019-02-17 21:07:23 +01:00
package.json 7.0.0 2019-02-17 21:07:23 +01:00
README.md fix(README): update name 2018-07-03 08:59:00 +02:00
tslint.json fix(fs.listFolders()): fix retuen type 2018-11-22 23:23:26 +01:00

@pushrocks/smartfile

make files easily accessible for processing in javascript.

Availabililty

npm git git docs

Status for master

build status coverage report Dependency Status bitHound Dependencies bitHound Code TypeScript node JavaScript Style Guide

Usage

smartfile is an approach of being one tool to handle files in diverse environments.

Smartfile Sections

smartfile thinks in sections:

section description
fs (object) gets data from fs to somewhere
memory gets data from memory to somewhere
remote gets data from remote locations to somewhere
interpreter (object) handles yaml and json
smartfile (class) a virtual representation of a file, alternative to vinyl file format

For further information read the linked docs at the top of this README.

MIT licensed | © Lossless GmbH

npm