1.0.4 • Published 2 years ago

recufs v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

recufs

A package for performing recursive file system actions.

const fileop = require('recufs')
select by using or **/.js or whatever you want to search for.
function action(file){console.log(file)} do whatever you want with the file in this function
const result = fileop("*.js",action)
the return of your function will be appended to the result array, for each file.

The developers of this software are not responsible for any damage done by this software, or by using this or parts of this software.

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago