JSPM

  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q56110F
  • License MIT

offers smart ways to work with files in nodejs

Package Exports

  • @pushrocks/smartfile

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pushrocks/smartfile) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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