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);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i walk-the-path

Weekly Downloads

0

Version

0.0.2

License

BSD-2-Clause

Last publish

Collaborators

  • rameshrm