files-from-path

v0.2.6
Match provided glob paths to file objects with readable stream

build

npm run build:js && npm run build:types

build:js

ipjs build --main && npm run build:copy

build:copy

cp -a tsconfig.json src test dist/

build:types

npm run build:copy && cd dist && tsc --build

test

ava --verbose 'test/*.spec.js' --timeout 30s

lint

standard

Metadata

Downloads