asset-pipe / asset-pipe-sink-mem

Module for writing and reading asset feeds and js/css bundles to and from a simple in memory store
Other
0 stars 0 forks source link

feat: add directory method #48

Closed sveisvei closed 6 years ago

sveisvei commented 6 years ago

JIRA Issue

COREWEB-83

Status

READY

Description

Add a new async method for listing files in a directory.

It returns an array with objects of shape: {fileName, content}

Todos

Deploy Notes

Related PRs