walkdirsync

1.0.6 • Public • Published

walkdirsync

simple module for walking a directory tree synchronously

installation

npm i walkdirsync [-g]|[--save-dev]|[--save]

usage

Programatic Usage

var walkdirsync = require('walkdirsync');

walkdirsync('some/path', ['extension'], function callback(pathToOperateOn) {
	// do stuff with pathToOperateOn
});

NOTES: extension list arg2 is an optional array. You can leave it blank and operate on every path under the the root.

cli usage

// not finished yet

Future

plans to implement more features

Package Sidebar

Install

npm i walkdirsync

Weekly Downloads

1

Version

1.0.6

License

ISC

Last publish

Collaborators

  • nf071590