walk-the-path

0.0.2 • Public • Published

walk-the-path

A Walker Module, Iteratively traverses the file structure, and returns an array of files within the directory and subdirectory.

Installation

=================

npm install "walk-the-path"

Usage

==========

var walker = require("walk-the-path");
var options = {};
var done = function(err, result){};
walker.walk("./",options, done);

/walk-the-path/

    Package Sidebar

    Install

    npm i walk-the-path

    Weekly Downloads

    1

    Version

    0.0.2

    License

    BSD-2-Clause

    Last publish

    Collaborators

    • rameshrm