Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.
Go to file
2017-09-21 16:12:46 +02:00
dist fix readPath is not defined 2017-08-02 13:16:07 +02:00
docs update docs 2017-04-29 16:57:23 +02:00
test update smartfile to latest npmts 2017-07-30 22:53:54 +02:00
ts fix readPath is not defined 2017-08-02 13:16:07 +02:00
.gitignore 4.0.16 2016-09-17 23:11:44 +02:00
.gitlab-ci.yml update ci 2017-09-21 16:12:46 +02:00
.npmignore add copy 2016-03-14 03:50:14 +01:00
appveyor.yml update ci 2017-09-21 16:12:46 +02:00
LICENSE Initial commit 2015-11-03 16:51:31 +01:00
npmextra.json fix #4 2017-08-02 13:10:30 +02:00
package.json 4.2.21 2017-09-21 15:39:43 +02:00
README.md update README 2017-02-23 01:03:21 +01:00
tslint.json now adhering to standard js 2016-09-20 17:56:49 +02:00
yarn.lock update dependencies 2017-09-21 15:39:38 +02:00

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