0.0.7 • Published 7 years ago

walk-r v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

walk-r

A simple directory walk which returns an array of file paths, written in a declarative style with Ramda.js

Usage:

let walk = require('walk-r')
let absoluteFilePaths = walk(path.join(__dirname, 'folder'))
let files = filePaths.map(f => fs.readFileSync(f))

let relativeFilePaths = walk('folder')

Give an absolute directory name, receive an array of absolute filepaths. Give a relative directory name, recieve an array of relative filepaths.

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago