1.0.1 • Published 11 months ago
power-putty-io v1.0.1
Power Putty I/O
Power Putty I/O provides abstractions for components that need to read or write data and files in a consistent way.
Setup your Sources of data, whether they're files, buffers, raw strings,
or streams. Then use an Engine to read and write that data to some system,
whether that's local storage, S3, or somewhere else. Then, store that
metadata in an Upload.
Usage
require('power-putty-io');
// TODO: DEMONSTRATE API