@stdlib/fs

v0.0.1
Standard library for interfacing with a fileystem.
stdlib standard library std lib fs filesystem

test

tape $(find . -type d -name test -exec grep -irl --include=\*.js tape {} +) | tap-spec

examples

find examples/** -name "*.js" ! -path "examples/fixtures/**" | while read -r file; do echo ""; echo "Running example: $file"; node $file || exit 1; done

test-cov

istanbul cover --dir ./reports/coverage --report lcov tape -- $(find . -type d -name test -exec grep -irl --include=\*.js tape {} +)
npm i @stdlib/[email protected]

Metadata

Downloads