1.2.3 • Published 3 years ago

@chronocide/fs-walk v1.2.3

Weekly downloads
73
License
MIT
Repository
github
Last release
3 years ago

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

1.2.3

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago