Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.
Go to file
2020-04-13 17:48:25 +00:00
.vscode fix(core): update 2020-02-07 21:00:04 +00:00
test fix(core): update 2019-09-27 11:00:17 +02:00
ts fix(core): update 2020-03-15 18:58:46 +00:00
.gitignore fix(core): update 2020-03-15 18:58:46 +00:00
.gitlab-ci.yml fix(core): update 2020-04-13 17:48:25 +00: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): update 2020-02-07 21:00:04 +00:00
package-lock.json 7.0.12 2020-04-13 17:48:25 +00:00
package.json 7.0.12 2020-04-13 17:48:25 +00:00
readme.md fix(core): update 2020-03-15 18:58:46 +00:00
tslint.json fix(fs.listFolders()): fix retuen type 2018-11-22 23:23:26 +01:00

@pushrocks/smartfile

smart ways to work with files in nodejs

Status for master

pipeline status coverage report npm downloads per month Known Vulnerabilities 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

Contribution

We are always happy for code contributions. If you are not the code contributing type that is ok. Still, maintaining Open Source repositories takes considerable time and thought. If you like the quality of what we do and our modules are useful to you we would appreciate a little monthly contribution: You can contribute one time or contribute monthly. :)

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

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer