chronoDave / fs-walk

A modern, fast and tiny (589 B) zero-depedency directory walker for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

A modern, fast and tiny (589 B) zero-depedency directory walker for node.js

License:MIT License


Languages

Language:JavaScript 83.0%Language:TypeScript 17.0%