Skip to content

supersky07/walkfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

walkfiles

Try to find files by extension of a directory!

install

npm install walkfiles - g

usage

Usage: walkfiles {options}
Standard Options:
	--path, -p the directory which you want to search
	--extension, -e extension name, split by "|"

example

var walk = require('walkfiles');
walk('some directory path', "*");
walk('some directory path', "jade|json");

or

walkfiles -p 'some directory path' -e 'jade|json'

About

Get files by extension of a directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published