README
@chronocide/fs-walk
@chronocide/fs-walk, a fast and tiny zero-depedency directory walker for node.js
Installation
$ npm i @chronocide/fs-walk
Getting started
const walk = require('@chronocide/fs-walk'); // ES5
import walk from '@chronocide/fs-walk'; // ES6
import path from 'path';
const files = walk(path.resolve(__dirname)); // Return all absolute file paths in current directory