files-from-path

v1.0.4
Expand paths to file-like objects with name, readable stream and size.

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
npm i files-from-path

Metadata

Downloads