Skip to content

Read files from a directory recursively and ignore patterns specified in `.gitignore`.

Notifications You must be signed in to change notification settings

egoist/walk-ignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

walk-ignore

Read files from a directory recursively and ignore patterns specified in .gitignore.

Install

npm i walk-ignore

Usage

import { walkIgnore } from "walk-ignore"

const filenames = await walkIgnore("path/to/some/dir")
//=> ['foo', 'bar']

License

MIT

About

Read files from a directory recursively and ignore patterns specified in `.gitignore`.

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published