@chronocide/fs-walk

A fast and tiny zero-depedency directory walker for node.js


Keywords
walk, fs, dir, javascript, typescript, node, tiny
License
MIT
Install
npm install @chronocide/fs-walk@1.2.3

Documentation

@chronocide/fs-walk

npm CI size

@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

Donating

ko-fi